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

14 lines
130 B
YAML
Raw Normal View History

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