summaryrefslogtreecommitdiffstats
path: root/roles/wlctl/tasks
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/tasks
parent01b890a586b3fa9d7543b3bc271e6e87236d88b8 (diff)
Add wlctl role to install impala-like NetworkManager TUI
Diffstat (limited to 'roles/wlctl/tasks')
-rw-r--r--roles/wlctl/tasks/main.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/wlctl/tasks/main.yml b/roles/wlctl/tasks/main.yml
new file mode 100644
index 00000000..da22bb07
--- /dev/null
+++ b/roles/wlctl/tasks/main.yml
@@ -0,0 +1,7 @@
+---
+- name: "Ensure wlctl is installed"
+ community.general.cargo:
+ name: "wlctl"
+ state: "present"
+ environment:
+ PATH: "{{ ansible_env.HOME }}/.cargo/bin:{{ ansible_env.PATH }}"