summaryrefslogtreecommitdiffstats
path: root/roles/ghostty/tasks/main.yml
blob: e6c54196120232527efba5e48695e73e33619231 (plain) (blame)
1
2
3
4
5
6
---
- name: "Ensure Ghostty is installed"
  become: true
  ansible.builtin.package:
    name: "ghostty"
    state: "present"