From 990bf30e79ee011004320b6fc4c5728540286c77 Mon Sep 17 00:00:00 2001 From: rubenb Date: Fri, 27 Oct 2023 14:08:16 +0200 Subject: [PATCH] test --- roles/config-tzdata/tasks/main.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/config-tzdata/tasks/main.yaml b/roles/config-tzdata/tasks/main.yaml index 67a7856..dcdf07c 100644 --- a/roles/config-tzdata/tasks/main.yaml +++ b/roles/config-tzdata/tasks/main.yaml @@ -4,10 +4,10 @@ expect: command: dpkg-reconfigure -f noninteractive tzdata responses: - - "Geographic area:" - - "Europe" # Replace with your desired geographic area - - "Time zone:" - - "Madrid" # Replace with your desired city or timezone + - "Geographic area:": "Europe" + #- "Europe" # Replace with your desired geographic area + - "Time zone:": "Madrid" + #- "Madrid" # Replace with your desired city or timezone #- name: Set the timezone for tzdata package # debconf: