--- - name: append neovim to syspkgs set_fact: syspkgs: "{{ syspkgs + [ 'neovim' ]}}" tags: - MacOS - homebrew - package