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