mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-19 14:58:22 +02:00
Update to 2025-08-18 10:00
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user