summaryrefslogtreecommitdiffstats
path: root/roles/font/tasks/install-archlinux.yml
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-02-19 16:12:10 +0100
committerAhmed Abdelhalim <[email protected]>2026-02-19 16:36:16 +0100
commit37e2f822c37e4ce08b029595c04e692eb197f86e (patch)
treeada39ae4afa0b3dc4965e900aa09c51fe4340c6a /roles/font/tasks/install-archlinux.yml
parent221ca9d12199dfe6ed73ce8724d31833a63675dd (diff)
Merge the aur_font in the font role with conditional dependency
Diffstat (limited to 'roles/font/tasks/install-archlinux.yml')
-rw-r--r--roles/font/tasks/install-archlinux.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/roles/font/tasks/install-archlinux.yml b/roles/font/tasks/install-archlinux.yml
new file mode 100644
index 00000000..ee44f05a
--- /dev/null
+++ b/roles/font/tasks/install-archlinux.yml
@@ -0,0 +1,9 @@
+---
+- name: "Ensure AUR fonts are installed"
+ become: true
+ become_user: "aur_builder"
+ kewlfft.aur.aur:
+ name: "{{ item }}"
+ state: "present"
+ use: "yay"
+ loop: "{{ font_aur_packages }}"