summaryrefslogtreecommitdiffstats
path: root/roles/wlctl/tasks/main.yml
blob: 154c1a37169f59eb0ae5cbcc08406e83f8a662ee (plain) (blame)
1
2
3
4
5
6
7
8
---
- name: "Ensure wlctl is installed"
  become: true
  become_user: "aur_builder"
  kewlfft.aur.aur:
    name: "wlctl-bin"
    state: "present"
    use: "yay"