ansible-role--bashrc/tasks/task_utils.yml

14 lines
130 B
YAML
Raw Normal View History

2021-12-28 12:45:51 +01:00
---
- name: Install fasd
apt:
name: fasd
state: present
- name: Install fzf
apt:
name: fzf
state: present