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