--- - name: append zsh to brewpkgs set_fact: brewpkgs: "{{ (brewpkgs | default([])) + [ 'zsh' ]}}" tags: - MacOS - homebrew - package