Fix: Check if variable exists first
This commit is contained in:
parent
89a805a36c
commit
a7d73e3067
1 changed files with 1 additions and 1 deletions
|
@ -11,4 +11,4 @@
|
||||||
- name: Install fonts
|
- name: Install fonts
|
||||||
ansible.builtin.import_tasks: fonts.yml
|
ansible.builtin.import_tasks: fonts.yml
|
||||||
tags: fonts
|
tags: fonts
|
||||||
when: onlyoffice_extra_fonts
|
when: onlyoffice_extra_fonts is defined and onlyoffice_extra_fonts
|
||||||
|
|
Loading…
Reference in a new issue