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