add conditional
This commit is contained in:
parent
e222179b31
commit
106330958b
|
@ -1,5 +1,9 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
|
- name: "[CONFIG UPDATE] Comprobando si es necesario realizar update "
|
||||||
|
meta: end_host
|
||||||
|
when: update_enabled is not defined or not update_enabled
|
||||||
|
|
||||||
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||||
# step1 - run apt-get update
|
# step1 - run apt-get update
|
||||||
- name: update index of all packages
|
- name: update index of all packages
|
||||||
|
|
Loading…
Reference in New Issue