style 💎: Update container template path in setupacdc.yml

Updated the path of the container template to use a forward slash instead of a backslash, following the standard Linux directory separator convention.
This commit is contained in:
2025-11-02 08:24:28 +01:00
parent e0fc967441
commit 13c0bdb929

View File

@@ -11,7 +11,7 @@
mac_address: "8E:90:31:DE:31:36" mac_address: "8E:90:31:DE:31:36"
container_id: 200 container_id: 200
container_template: /var/lib/vz/template/cache/debian-13-standard_13.1-1_amd64.tar.zst container_template: "/var/lib/vz/template/cache/debian-13-standard_13.1-1_amd64.tar.zst"
container_ostype: debian container_ostype: debian
container_hostname: "{{ addc_hostname }}" container_hostname: "{{ addc_hostname }}"
container_storage: local-lvm container_storage: local-lvm
@@ -19,8 +19,8 @@
container_memory: 1024 container_memory: 1024
container_swap: 256 container_swap: 256
container_cores: 2 container_cores: 2
container_net: name=eth0,bridge=vmbr0,ip=dhcp container_net: "name=eth0,bridge=vmbr0,ip=dhcp"
container_features: keyctl=1,nesting=1,mount=cifs container_features: "keyctl=1,nesting=1,mount=cifs"
container_description: "default lxc" container_description: "default lxc"