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: