fix: update repository key and no_subscription format to use ansible_distribution_release

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Ludovic Cartier
2026-05-15 11:44:51 +02:00
parent e12a75c79a
commit 1e85eb1cff
2 changed files with 5 additions and 6 deletions
+2 -3
View File
@@ -1,4 +1,3 @@
---
pbs_debian_release_name: "trixie"
pbs_repo_key: "https://enterprise.proxmox.com/debian/proxmox-release-bookworm.gpg"
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"
pbs_repo_key: "https://enterprise.proxmox.com/debian/proxmox-release-{{ ansible_distribution_release }}.gpg"
pbs_repo_no_subscription: "deb [signed-by=/etc/apt/trusted.gpg.d/proxmox-release-{{ ansible_distribution_release }}.gpg] http://download.proxmox.com/debian/pbs-client {{ ansible_distribution_release }} main"