summaryrefslogtreecommitdiffstats
path: root/roles/ghostty/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'roles/ghostty/tasks')
-rw-r--r--roles/ghostty/tasks/main.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/roles/ghostty/tasks/main.yml b/roles/ghostty/tasks/main.yml
deleted file mode 100644
index e6c54196..00000000
--- a/roles/ghostty/tasks/main.yml
+++ /dev/null
@@ -1,6 +0,0 @@
----
-- name: "Ensure Ghostty is installed"
- become: true
- ansible.builtin.package:
- name: "ghostty"
- state: "present"