Generate font files
This commit is contained in:
parent
98d4e8ee62
commit
b9a59c02af
1 changed files with 5 additions and 0 deletions
|
@ -6,3 +6,8 @@
|
||||||
mode: "0644"
|
mode: "0644"
|
||||||
with_fileglob:
|
with_fileglob:
|
||||||
- "files/fonts/*"
|
- "files/fonts/*"
|
||||||
|
register: copy_fonts
|
||||||
|
|
||||||
|
- name: "Fonts | Generate Allfonts.js"
|
||||||
|
ansible.builtin.command: documentserver-generate-allfonts.sh
|
||||||
|
when: copy_fonts.changed
|
||||||
|
|
Loading…
Reference in a new issue