Files
ansible_role_package/tasks/Darwin/ghostty.yml
2025-01-18 09:24:11 -07:00

10 lines
174 B
YAML

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