add conditional

This commit is contained in:
Ruben Blanco 2024-02-15 15:47:59 +01:00
parent 89f1d9cdb5
commit 2bc8d895f1
1 changed files with 4 additions and 0 deletions

View File

@ -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
# copy:
# src: set_timezone.sh