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