From 13c0bdb929e4bf6e874db315bb985fef1369a7e9 Mon Sep 17 00:00:00 2001 From: Jose Date: Sun, 2 Nov 2025 08:24:28 +0100 Subject: [PATCH] =?UTF-8?q?style=20=F0=9F=92=8E:=20Update=20container=20te?= =?UTF-8?q?mplate=20path=20in=20setupacdc.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated the path of the container template to use a forward slash instead of a backslash, following the standard Linux directory separator convention. --- tasks/setupacdc.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index 46331ac..7eeebf6 100644 --- a/tasks/setupacdc.yml +++ b/tasks/setupacdc.yml @@ -11,7 +11,7 @@ mac_address: "8E:90:31:DE:31:36" 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_hostname: "{{ addc_hostname }}" container_storage: local-lvm @@ -19,8 +19,8 @@ container_memory: 1024 container_swap: 256 container_cores: 2 - container_net: name=eth0,bridge=vmbr0,ip=dhcp - container_features: keyctl=1,nesting=1,mount=cifs + container_net: "name=eth0,bridge=vmbr0,ip=dhcp" + container_features: "keyctl=1,nesting=1,mount=cifs" container_description: "default lxc"