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

This commit is contained in:
William Hirigoyen (Evolix) 2021-10-29 14:54:44 +02:00
parent 6cf8195744
commit 51aaac0cbc
1 changed files with 3 additions and 1 deletions

View File

@ -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