From 2bf9f1c8e09a3476e9c9125421e7fd65ad509b02 Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 1 Nov 2025 22:37:25 +0100 Subject: [PATCH] =?UTF-8?q?chore=20=F0=9F=93=A6:=20Update=20LXC=20containe?= =?UTF-8?q?r=20setup=20command?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated the pct create command to use a cached template for improved performance. This change ensures that the container creation process is faster and more efficient. --- tasks/setupacdc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index 3cd7f3b..2907c06 100644 --- a/tasks/setupacdc.yml +++ b/tasks/setupacdc.yml @@ -10,7 +10,7 @@ - name: Create LXC container using pct command shell: | - pct create 200 'local:vztmpl/debian-13-standard_13.1-1_amd64.tar.zst' + pct create 200 '/var/lib/vz/template/cache/debian-13-standard_13.1-1_amd64.tar.zst' \ --hostname {{ addc_hostname }} \ --password 123456 \ --cores 2 \