Skip to content
Snippets Groups Projects
install_fonts.yml 216 B
---
# install applefonts
- name: install applefonts package
  ansible.builtin.package:
    name: "applefonts"
    state: latest
  notify:
    - run fc-cache to rebuild font information cache files and add applefonts