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