Update to 2025-08-18 10:00

This commit is contained in:
Daniel Berteaud
2025-08-18 10:00:17 +02:00
parent 702ba81114
commit 99a73d7478
12 changed files with 76 additions and 33 deletions

View File

@@ -1,8 +1,9 @@
---
- name: Add PBS repo key
apt_key:
get_url:
url: https://enterprise.proxmox.com/debian/proxmox-{{ ansible_distribution_major_version is version('11', '>=') | ternary('release-' ~ ansible_distribution_release, 've-release-6.x.gpg') }}.gpg
dest: /etc/apt/trusted.gpg.d/proxmox.gpg
environment:
https_proxy: "{{ system_proxy | default('') }}"
tags: repo