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