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