Always install fzf from apt on Debian

`fzf` is in the `apt` repos for all distros used.
This commit is contained in:
Kenneth Benzie 2022-10-08 13:55:10 +01:00
parent c9845be40c
commit bd4e5f1941

View File

@ -1,12 +1,6 @@
---
- name: install apt package
when: ansible_distribution == "Debian" and
ansible_distribution_version == "unstable"
become: true
apt:
name: fzf
state: latest
- include_tasks: Debian-old.yaml
when: not (ansible_distribution == "Debian" and
ansible_distribution_version == "unstable")