Fix evocheck_force_install VARIABLE IS NOT DEFINED (validé par jlecour)

pull/136/head
parent 6cf8195744
commit 51aaac0cbc

@ -3,7 +3,9 @@
- name: Package install is not supported anymore
fail:
msg: Package install is not supported anymore
when: evocheck_force_install == "package"
when:
- evocheck_force_install is defined
- evocheck_force_install == "package"
- include: install.yml

Loading…
Cancel
Save