chore 📦: Update Debian template for setupacdc

Updated the Debian template in setupacdc.yml to use a newer version, ensuring compatibility with the latest dependencies.
This commit is contained in:
2025-11-04 20:54:38 +01:00
parent 8367c9c1bf
commit 3ad717091b

View File

@@ -10,7 +10,8 @@
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_template: '/var/lib/vz/template/cache/debian-12-standard_12.12-1_amd64.tar.zst'
container_ostype: debian container_ostype: debian
container_hostname: '{{ addc_hostname }}' container_hostname: '{{ addc_hostname }}'
container_password: '{{ addc_admin_password }}' container_password: '{{ addc_admin_password }}'