# vim: set filetype=yaml.ansible : --- - name: append to pkgs ansible.builtin.set_fact: syspkgs: "{{ syspkgs + [ 'tmux' ] }}" tags: - packages