style 💎: Update container password format in setupacdc.yml

Updated the container password field to use a templated value, ensuring consistency with other configuration settings.
This commit is contained in:
2025-11-04 17:50:56 +01:00
parent eb61288865
commit 45f60c45dc

View File

@@ -13,7 +13,7 @@
container_template: "/var/lib/vz/template/cache/debian-13-standard_13.1-1_amd64.tar.zst"
container_ostype: debian
container_hostname: "{{ addc_hostname }}"
container_password: "{{ addc_admin_password }}"
container_password: {{ addc_admin_password }}
container_storage: local-lvm
container_rootfs_size: 8G
container_memory: 1024