diff --git a/linux-config-tzdata.yaml b/linux-config-tzdata.yaml index 94b50bf..4ef684f 100644 --- a/linux-config-tzdata.yaml +++ b/linux-config-tzdata.yaml @@ -7,6 +7,11 @@ tasks: + - name: "[CONFIG TZDATA] Comprobando si es necesario configurar timezone" + debug: + msg: "No es necesario configurar timezone en la máquina" + when: tzdata_enabled is not defined or not tzdata_enabled + - name: "[CONFIG TZDATA] Set timezone" import_role: name: config-tzdata \ No newline at end of file