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