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