fix: update pbs_debian_release_name to "trixie" and adjust repo_no_subscription format

This commit is contained in:
Ludovic Cartier
2026-05-15 11:38:44 +02:00
parent ea052ef0b9
commit e12a75c79a
+2 -2
View File
@@ -1,4 +1,4 @@
---
pbs_debian_release_name: "bookworm"
pbs_debian_release_name: "trixie"
pbs_repo_key: "https://enterprise.proxmox.com/debian/proxmox-release-bookworm.gpg"
pbs_repo_no_subscription: "deb http://download.proxmox.com/debian/pbs-client {{ pbs_debian_release_name }} main"
pbs_repo_no_subscription: "deb [signed-by=/usr/share/keyrings/proxmox-archive-keyring.gpg] http://download.proxmox.com/debian/pbs-client {{ pbs_debian_release_name }} main"