arch-install/roles/05_packages/tasks/fonts.yml
Ariejan de Vroom 8eeb3e77a6
All checks were successful
Lint / Lint (3.11) (push) Successful in 1m50s
Lint / Lint (3.10) (push) Successful in 1m57s
Fix linting stuff
2024-06-07 09:04:58 +02:00

7 lines
117 B
YAML

---
- name: Install fonts
community.general.pacman:
name: "{{ base_fonts }}"
state: present
become: true