mirror of
https://github.com/foo-dogsquared/ansible-playbooks.git
synced 2025-01-31 16:57:57 +00:00
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
|