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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user