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