ansible-playbooks/roles/system/base/tasks/fonts.yml
Gabriel Arazas 7581863a4f Modularize tasks into roles
Now, it's becoming similar to my NixOS configuration. Not as declarative
and working out of the box as it requires a server but it's the closest
thing. I'll explore more configurations as I go along.
2022-03-17 17:38:47 +08:00

12 lines
266 B
YAML

---
- name: Install fonts
dnf:
state: present
name:
- adobe-source-code-pro-fonts
- adobe-source-sans-pro-fonts
- adobe-source-serif-pro-fonts
- google-noto-emoji-fonts
- google-noto-sans-fonts
- google-noto-serif-fonts