diff options
Diffstat (limited to 'roles')
| -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 | ||||
| -rw-r--r-- | roles/xdg-terminal-exec/defaults/main.yml | 2 | ||||
| -rw-r--r-- | roles/xdg-terminal-exec/meta/argument_specs.yml | 6 | ||||
| -rw-r--r-- | roles/xdg-terminal-exec/meta/main.yml | 17 | ||||
| -rw-r--r-- | roles/xdg-terminal-exec/tasks/main.yml | 10 |
7 files changed, 0 insertions, 58 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" diff --git a/roles/xdg-terminal-exec/defaults/main.yml b/roles/xdg-terminal-exec/defaults/main.yml deleted file mode 100644 index e8a6195f..00000000 --- a/roles/xdg-terminal-exec/defaults/main.yml +++ /dev/null @@ -1,2 +0,0 @@ ---- -xdg_terminal_exec_version: "v0.14.1" diff --git a/roles/xdg-terminal-exec/meta/argument_specs.yml b/roles/xdg-terminal-exec/meta/argument_specs.yml deleted file mode 100644 index c1f3bd3c..00000000 --- a/roles/xdg-terminal-exec/meta/argument_specs.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -argument_specs: - main: - short_description: "Install xdg-terminal-exec on Linux distro" - description: "Install xdg-terminal-exec on Linux distro" - options: {} diff --git a/roles/xdg-terminal-exec/meta/main.yml b/roles/xdg-terminal-exec/meta/main.yml deleted file mode 100644 index 4adc911b..00000000 --- a/roles/xdg-terminal-exec/meta/main.yml +++ /dev/null @@ -1,17 +0,0 @@ ---- -dependencies: [] -galaxy_info: - author: "a14m" - description: "Install xdg-terminal-exec on Linux distro" - license: "MIT" - min_ansible_version: "2.18" - platforms: - - name: "ArchLinux" - versions: - - "all" - - name: "Ubuntu" - versions: - - "noble" - - name: "Debian" - versions: - - "bookworm" diff --git a/roles/xdg-terminal-exec/tasks/main.yml b/roles/xdg-terminal-exec/tasks/main.yml deleted file mode 100644 index 49b10b5d..00000000 --- a/roles/xdg-terminal-exec/tasks/main.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -- name: Download xdg-terminal-exec - become: true - ansible.builtin.get_url: - url: "{{ xdg_terminal_exec_url }}" - dest: "/usr/local/bin/xdg-terminal-exec" - mode: "0755" - vars: - xdg_terminal_exec_url: > - https://raw.githubusercontent.com/Vladimir-csp/xdg-terminal-exec/{{ xdg_terminal_exec_version }}/xdg-terminal-exec |
