From 4f58b7c29995cf25db25a7b4197401a1924aa24c Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 4 Nov 2025 21:11:31 +0100 Subject: [PATCH] =?UTF-8?q?style=20=F0=9F=92=8E:=20Update=20container=20te?= =?UTF-8?q?mplate=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated the container template version in setupacdc.yml to match the latest Debian standard, removing unnecessary comments and formatting. --- tasks/setupacdc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index ad309e6..e6b9d75 100644 --- a/tasks/setupacdc.yml +++ b/tasks/setupacdc.yml @@ -10,8 +10,8 @@ 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-12-standard_12.12-1_amd64.tar.zst' + container_template: '/var/lib/vz/template/cache/debian-13-standard_13.1-1_amd64.tar.zst' + # container_template: '/var/lib/vz/template/cache/debian-12-standard_12.12-1_amd64.tar.zst' container_ostype: debian container_hostname: '{{ addc_hostname }}' container_password: '{{ addc_admin_password }}'