summaryrefslogtreecommitdiffstats
path: root/roles/font/tasks/install-archlinux.yml
blob: ee44f05acced43ae1b47496c52cb2befabf3ea29 (plain) (blame)
1
2
3
4
5
6
7
8
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 }}"