diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index 6c7e47c..d943497 100644 --- a/tasks/setupacdc.yml +++ b/tasks/setupacdc.yml @@ -20,7 +20,7 @@ --net0 name=eth0,bridge=vmbr0,ip={{ addc_ansible_host }}/24,gw={{ location_gateway }},hwaddr={{ mac_address }} \ --storage local-lvm \ --unprivileged 0 \ - --timezone: "{{ localization_timezone }}" + --timezone: {{ localization_timezone }} become: yes become_user: root