diff --git a/roles/fzf/tasks/Debian.yaml b/roles/fzf/tasks/Debian.yaml index d92d1bc..5ef26cc 100644 --- a/roles/fzf/tasks/Debian.yaml +++ b/roles/fzf/tasks/Debian.yaml @@ -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")