diff --git a/roles/config-tzdata/tasks/main.yaml b/roles/config-tzdata/tasks/main.yaml index dcdf07c..d525393 100644 --- a/roles/config-tzdata/tasks/main.yaml +++ b/roles/config-tzdata/tasks/main.yaml @@ -4,9 +4,9 @@ expect: command: dpkg-reconfigure -f noninteractive tzdata responses: - - "Geographic area:": "Europe" + "Geographic area:": "Europe" #- "Europe" # Replace with your desired geographic area - - "Time zone:": "Madrid" + "Time zone:": "Madrid" #- "Madrid" # Replace with your desired city or timezone #- name: Set the timezone for tzdata package