From 048f3154918cdfb65cc21ed2aa254adb0aa2d86b Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Tue, 2 Dec 2025 15:22:10 +0100 Subject: Add archlinux ghostty install role --- roles/ghostty/tasks/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 roles/ghostty/tasks/main.yml (limited to 'roles/ghostty/tasks/main.yml') diff --git a/roles/ghostty/tasks/main.yml b/roles/ghostty/tasks/main.yml new file mode 100644 index 00000000..e6c54196 --- /dev/null +++ b/roles/ghostty/tasks/main.yml @@ -0,0 +1,6 @@ +--- +- name: "Ensure Ghostty is installed" + become: true + ansible.builtin.package: + name: "ghostty" + state: "present" -- cgit v1.2.3