update downloaders to debian 13, first test

This commit is contained in:
tolerryan
2025-10-05 23:58:53 -05:00
parent 157d159452
commit bbd5d9f812

View File

@@ -2,7 +2,7 @@ resource "proxmox_lxc" "downloader" {
target_node = "ryuk" target_node = "ryuk"
hostname = "downloader" hostname = "downloader"
vmid = 222 vmid = 222
ostemplate = "cephfs:vztmpl/debian-12-standard_12.7-1_amd64.tar.zst" ostemplate = "cephfs:vztmpl/debian-13-standard_13.1-2_amd64.tar.zst"
password = "terraform" password = "terraform"
unprivileged = true unprivileged = true
cores = 6 cores = 6