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