summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2026-01-22 21:29:19 +0100
committerAhmed AbdelHalim <[email protected]>2026-01-22 21:29:19 +0100
commitc001dd2694a709f73ec9eb262db36b4f30fa0f0c (patch)
tree801966bac59379d08495cb13c477bf98ae085bdb /roles
parentd5f441f506b3db4e3aebe2f78886d7eca82e63b4 (diff)
Fix wlctl yay package name
Diffstat (limited to 'roles')
-rw-r--r--roles/wlctl/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/wlctl/tasks/main.yml b/roles/wlctl/tasks/main.yml
index e7eff1b8..154c1a37 100644
--- a/roles/wlctl/tasks/main.yml
+++ b/roles/wlctl/tasks/main.yml
@@ -3,6 +3,6 @@
become: true
become_user: "aur_builder"
kewlfft.aur.aur:
- name: "wlctl"
+ name: "wlctl-bin"
state: "present"
use: "yay"