Also use the correct tag

This commit is contained in:
stb 2026-01-25 11:37:33 +01:00
commit dd7d9afa5a

View file

@ -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