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