summaryrefslogtreecommitdiffstats
path: root/roles/wlctl/meta/main.yml
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-01-08 00:35:04 +0100
committerAhmed Abdelhalim <[email protected]>2026-01-08 01:00:12 +0100
commit27760196dee4db0631c6dceb21d0e721957c88b8 (patch)
treeaf94e0038cae1b9dd843bf23193acb51b165e47d /roles/wlctl/meta/main.yml
parent01b890a586b3fa9d7543b3bc271e6e87236d88b8 (diff)
Add wlctl role to install impala-like NetworkManager TUI
Diffstat (limited to 'roles/wlctl/meta/main.yml')
-rw-r--r--roles/wlctl/meta/main.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/roles/wlctl/meta/main.yml b/roles/wlctl/meta/main.yml
new file mode 100644
index 00000000..8aaa5e03
--- /dev/null
+++ b/roles/wlctl/meta/main.yml
@@ -0,0 +1,18 @@
+---
+dependencies:
+ - role: "rust"
+galaxy_info:
+ author: "a14m"
+ description: "Install wlctl"
+ license: "MIT"
+ min_ansible_version: "2.18"
+ platforms:
+ - name: "ArchLinux"
+ versions:
+ - "all"
+ - name: "Ubuntu"
+ versions:
+ - "noble"
+ - name: "Debian"
+ versions:
+ - "bookworm"