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/meta/main.yml | |
| parent | fde708bc71f6681a877245668e628942007b2676 (diff) | |
Add archlinux ghostty install role
Diffstat (limited to 'roles/ghostty/meta/main.yml')
| -rw-r--r-- | roles/ghostty/meta/main.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/roles/ghostty/meta/main.yml b/roles/ghostty/meta/main.yml new file mode 100644 index 00000000..e452f2ad --- /dev/null +++ b/roles/ghostty/meta/main.yml @@ -0,0 +1,12 @@ +--- +dependencies: [] +galaxy_info: + author: "a14m" + description: "Install ghostty terminal." + company: "kartoffeln.work GmbH." + license: "MIT" + min_ansible_version: "2.18" + platforms: + - name: "ArchLinux" + versions: + - "all" |
