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