Always install fzf from apt on Debian
`fzf` is in the `apt` repos for all distros used.
This commit is contained in:
parent
c9845be40c
commit
bd4e5f1941
@ -1,12 +1,6 @@
|
|||||||
---
|
---
|
||||||
- name: install apt package
|
- name: install apt package
|
||||||
when: ansible_distribution == "Debian" and
|
|
||||||
ansible_distribution_version == "unstable"
|
|
||||||
become: true
|
become: true
|
||||||
apt:
|
apt:
|
||||||
name: fzf
|
name: fzf
|
||||||
state: latest
|
state: latest
|
||||||
|
|
||||||
- include_tasks: Debian-old.yaml
|
|
||||||
when: not (ansible_distribution == "Debian" and
|
|
||||||
ansible_distribution_version == "unstable")
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user