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