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