# vim: set filetype=yaml.ansible : --- - name: Add eza when: - eza_configured is undefined block: - name: Append eza to pkg_cargo ansible.builtin.set_fact: pkg_cargo: "{{ pkg_cargo + ['eza'] }}" - name: Set eza_configured ansible.builtin.set_fact: eza_configured: true