--- - name: append tmux to syspkgs set_fact: syspkgs: "{{ syspkgs + [ 'tmux' ]}}" tags: - MacOS - homebrew - package