style 💎: Update setupacdc.yml formatting and remove unnecessary quotes

Updated the setupacdc.yml file to conform to standard formatting, removing unnecessary quotes around the container_description variable. This change improves readability and consistency in the configuration file.
This commit is contained in:
2025-11-02 08:27:47 +01:00
parent 13c0bdb929
commit 835b84b71a

View File

@@ -21,7 +21,7 @@
container_cores: 2
container_net: "name=eth0,bridge=vmbr0,ip=dhcp"
container_features: "keyctl=1,nesting=1,mount=cifs"
container_description: "default lxc"
container_description: default lxc
tasks:
@@ -57,7 +57,7 @@
-swap {{ container_swap }} \
-net0 name=eth0,bridge=vmbr0,ip={{ addc_ansible_host }}/24,gw={{ location_gateway }},hwaddr={{ mac_address }} \
-storage {{ container_storage }} \
-description {{ container_description }} \
-description "{{ container_description }}" \
-onboot 1 \
-protection 0 \
-unprivileged 1 \