chore 📦: Update setupacdc.yml configuration

Updated the setupacdc.yml file to fix formatting issues and improve readability. The changes include updating quotes around description fields and adding spaces between tags.
This commit is contained in:
2025-11-01 23:43:15 +01:00
parent 0916deaf92
commit 60a8680102

View File

@@ -19,11 +19,11 @@
-swap 128 \ -swap 128 \
-net0 name=eth0,bridge=vmbr0,ip={{ addc_ansible_host }}/24,gw={{ location_gateway }},hwaddr={{ mac_address }} \ -net0 name=eth0,bridge=vmbr0,ip={{ addc_ansible_host }}/24,gw={{ location_gateway }},hwaddr={{ mac_address }} \
-storage local-lvm \ -storage local-lvm \
-description default lxc \ -description "default lxc" \
-onboot 1 \ -onboot 1 \
-protection 1 \ -protection 1 \
-unprivileged 1 \ -unprivileged 1 \
-tags ansible_managed test \ -tags "ansible_managed,test" \
-features keyctl=1,nesting=1,mount=cifs -features keyctl=1,nesting=1,mount=cifs
become: yes become: yes