add conditional
This commit is contained in:
parent
89f1d9cdb5
commit
2bc8d895f1
|
@ -1,5 +1,9 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
|
- name: "[CONFIG TZDATA] Comprobando si es necesario configurar timezone"
|
||||||
|
meta: end_host
|
||||||
|
when: tzdata_enabled is not defined or not tzdata_enabled
|
||||||
|
|
||||||
#- name: copy script set_timezone.sh to tmp
|
#- name: copy script set_timezone.sh to tmp
|
||||||
# copy:
|
# copy:
|
||||||
# src: set_timezone.sh
|
# src: set_timezone.sh
|
||||||
|
|
Loading…
Reference in New Issue