style 💎: Update timezone variable formatting
Updated the timezone variable in setupacdc.yml from `{{ localization_timezone }}` to `{{ localization_timezone }}`, ensuring consistent formatting and readability.
This commit is contained in:
@@ -95,4 +95,4 @@
|
||||
|
||||
- name: Set timezone to {{ localization_timezone }}
|
||||
community.general.timezone:
|
||||
name: {{ localization_timezone }}
|
||||
name: "{{ localization_timezone }}"
|
||||
|
||||
Reference in New Issue
Block a user