--- - name: append alacritty to caskpkgs set_fact: caskpkgs: "{{ (caskpkgs | default([])) + [ 'alacritty' ] }}" tags: - MacOS - brew - package