--- - name: Install fzf for Debian based distros become: true ansible.builtin.apt: name: fzf state: latest tags: - Debian - linux - package