chore 📦: Update timezone setup in setupacdc.yml

Updated the timezone setup to use a named timezone instead of a community.general.timezone, which is no longer available. This change simplifies the configuration and makes it easier to manage different timezones.
This commit is contained in:
2025-11-06 20:36:37 +01:00
parent 04adf0dcde
commit 11def78ede

View File

@@ -181,7 +181,8 @@
purge: true
- name: Set timezone to {{ localization_timezone }}
community.general.timezone:
# community.general.timezone:
timezone:
name: '{{ localization_timezone }}'
notify: Restart sshd
tags: [timezone]