54 changed files with 21 additions and 0 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,14 @@
@@ -0,0 +1,14 @@
|
||||
--- |
||||
|
||||
- name: Get default fonts location |
||||
set_fact: fonts_dir={{ fonts_directory.macos if ansible_os_family == "Darwin" else fonts_directory.linux }} |
||||
|
||||
- debug: var=fonts_dir |
||||
|
||||
- name: Copy fonts to {{ fonts_dir }} |
||||
copy: |
||||
src: "{{ item }}" |
||||
dest: "{{ fonts_dir }}" |
||||
with_fileglob: |
||||
- files/fonts/* |
||||
|
Loading…
Reference in new issue