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