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