mirror of
https://github.com/foo-dogsquared/ansible-playbooks.git
synced 2025-02-07 06:19:00 +00:00
7581863a4f
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.
12 lines
266 B
YAML
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
|