labsync/packer/ansible/roles/fonts/tasks/google.yml
2019-10-31 20:59:03 +00:00

11 lines
279 B
YAML

---
- name: create google fonts directory
file:
path: /usr/local/share/fonts/google/
state: directory
- name: install google fonts
unarchive:
src: https://github.com/google/fonts/archive/master.tar.gz
dest: /usr/local/share/fonts/google/
remote_src: yes