From dd7d9afa5acfc5a59e83ee2c06138fab33108126 Mon Sep 17 00:00:00 2001 From: stb Date: Sun, 25 Jan 2026 11:37:33 +0100 Subject: [PATCH] Also use the correct tag --- build-proxmox-template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-proxmox-template b/build-proxmox-template index 5d63fdd..63a9d5f 100755 --- a/build-proxmox-template +++ b/build-proxmox-template @@ -61,7 +61,7 @@ qm set ${VMID} --agent 1,fstrim_cloned_disks=1 qm set ${VMID} --ciuser chaos qm set ${VMID} --sshkeys ./authorized_keys qm set ${VMID} --ipconfig0 ip=dhcp -qm set ${VMID} --name ${NAME} --tags debian12 +qm set ${VMID} --name ${NAME} --tags debian13 qm cloudinit update ${VMID} qm template ${VMID} popd