chore 📦: Update timezone configuration in setupacdc.yml
Updated the timezone configuration to use the system's localized timezone, ensuring consistency with the rest of the setup process. This change allows for more accurate time zone settings and reduces potential issues with date-related tasks.
This commit is contained in:
@@ -20,10 +20,11 @@
|
||||
--net0 name=eth0,bridge=vmbr0,ip={{ addc_ansible_host }}/24,gw={{ location_gateway }},hwaddr={{ mac_address }} \
|
||||
--storage local-lvm \
|
||||
--unprivileged 0 \
|
||||
--timezone: {{ localization_timezone }}
|
||||
--features keyctl=1,nesting=1,mount=cifs
|
||||
|
||||
become: yes
|
||||
become_user: root
|
||||
|
||||
# --timezone: {{ localization_timezone }}
|
||||
|
||||
# - hosts: localhost
|
||||
# gather_facts: no
|
||||
|
||||
Reference in New Issue
Block a user