Fix conditional
This commit is contained in:
parent
8ce87e447d
commit
d569f0335b
1 changed files with 1 additions and 1 deletions
|
@ -10,4 +10,4 @@
|
||||||
|
|
||||||
- name: "Fonts | Generate Allfonts.js"
|
- name: "Fonts | Generate Allfonts.js"
|
||||||
ansible.builtin.command: documentserver-generate-allfonts.sh
|
ansible.builtin.command: documentserver-generate-allfonts.sh
|
||||||
when: copy_fonts.stat.changed
|
when: copy_fonts.changed
|
||||||
|
|
Loading…
Reference in a new issue