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