Update to 2021-07-19 16:00

master
Daniel Berteaud 3 years ago
parent 6e680a0b6b
commit 05883e9363
  1. 15
      roles/repo_pbs/tasks/main.yml

@ -0,0 +1,15 @@
---
- name: Add PBS repo key
apt_key:
url: http://download.proxmox.com/debian/proxmox-ve-release-6.x.gpg
environment:
https_proxy: "{{ system_proxy | default('') }}"
tags: repo
- name: Add PBS repo
apt_repository:
repo: deb http://download.proxmox.com/debian/pbs {{ ansible_distribution_release }} pbs-no-subscription
filename: pbs
tags: repo
Loading…
Cancel
Save