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