add conditional
This commit is contained in:
parent
9b01dcc830
commit
e222179b31
|
@ -7,6 +7,11 @@
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
|
- name: "[CONFIG UPDATE] Comprobando si es necesario realizar update "
|
||||||
|
debug:
|
||||||
|
msg: "No es necesario realizar update en la máquina"
|
||||||
|
when: update_enabled is not defined or not update_enabled
|
||||||
|
|
||||||
- name: "[CONFIG UPDATE] Config update"
|
- name: "[CONFIG UPDATE] Config update"
|
||||||
import_role:
|
import_role:
|
||||||
name: config-update-and-upgrade-packages
|
name: config-update-and-upgrade-packages
|
Loading…
Reference in New Issue