summaryrefslogtreecommitdiffstats
path: root/roles/gnome-planify/tasks/install-archlinux.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/gnome-planify/tasks/install-archlinux.yml')
-rw-r--r--roles/gnome-planify/tasks/install-archlinux.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/roles/gnome-planify/tasks/install-archlinux.yml b/roles/gnome-planify/tasks/install-archlinux.yml
new file mode 100644
index 00000000..48c7bc64
--- /dev/null
+++ b/roles/gnome-planify/tasks/install-archlinux.yml
@@ -0,0 +1,8 @@
+---
+- name: "Ensure gnome-planify is installed"
+ become: true
+ become_user: "aur_builder"
+ kewlfft.aur.aur:
+ name: "planify"
+ state: "present"
+ use: "yay"