local/roles/fzf/tasks/Debian.yaml
Kenneth Benzie (Benie) bd4e5f1941 Always install fzf from apt on Debian
`fzf` is in the `apt` repos for all distros used.
2022-10-08 13:56:03 +01:00

7 lines
86 B
YAML

---
- name: install apt package
become: true
apt:
name: fzf
state: latest