diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index 8c90dd0..836ae1d 100644 --- a/tasks/setupacdc.yml +++ b/tasks/setupacdc.yml @@ -19,11 +19,11 @@ -swap 128 \ -net0 name=eth0,bridge=vmbr0,ip={{ addc_ansible_host }}/24,gw={{ location_gateway }},hwaddr={{ mac_address }} \ -storage local-lvm \ - -description default lxc \ + -description "default lxc" \ -onboot 1 \ -protection 1 \ -unprivileged 1 \ - -tags ansible_managed test \ + -tags "ansible_managed,test" \ -features keyctl=1,nesting=1,mount=cifs become: yes