diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-01-07 23:08:39 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-01-07 23:08:39 +0100 |
| commit | 3bf51b5cac6fd060f5159687f6870236165007fe (patch) | |
| tree | bea2a068642a1289cd3ca306ab25e579ca8a0023 /roles/ghostty | |
| parent | 22503e6b72c61ede11f065f95183d55da3119c08 (diff) | |
Remove the unneeded dependencies/roles
Diffstat (limited to 'roles/ghostty')
| -rw-r--r-- | roles/ghostty/meta/argument_specs.yml | 6 | ||||
| -rw-r--r-- | roles/ghostty/meta/main.yml | 11 | ||||
| -rw-r--r-- | roles/ghostty/tasks/main.yml | 6 |
3 files changed, 0 insertions, 23 deletions
diff --git a/roles/ghostty/meta/argument_specs.yml b/roles/ghostty/meta/argument_specs.yml deleted file mode 100644 index ec6e4898..00000000 --- a/roles/ghostty/meta/argument_specs.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -argument_specs: - main: - short_description: "Install ghostty terminal on ArchLinux" - description: "Install ghostty terminal on Linux distribution" - options: {} diff --git a/roles/ghostty/meta/main.yml b/roles/ghostty/meta/main.yml deleted file mode 100644 index 9def41bd..00000000 --- a/roles/ghostty/meta/main.yml +++ /dev/null @@ -1,11 +0,0 @@ ---- -dependencies: [] -galaxy_info: - author: "a14m" - description: "Install ghostty terminal." - license: "MIT" - min_ansible_version: "2.18" - platforms: - - name: "ArchLinux" - versions: - - "all" 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" |
