diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-12-02 15:22:10 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-12-02 15:22:10 +0100 |
| commit | 048f3154918cdfb65cc21ed2aa254adb0aa2d86b (patch) | |
| tree | 106c31f7d91a67b07ebc265f4d9dbacb5c72a130 /roles/ghostty/tasks | |
| parent | fde708bc71f6681a877245668e628942007b2676 (diff) | |
Add archlinux ghostty install role
Diffstat (limited to 'roles/ghostty/tasks')
| -rw-r--r-- | roles/ghostty/tasks/main.yml | 6 |
1 files changed, 6 insertions, 0 deletions
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" |
