parent
6e680a0b6b
commit
05883e9363
1 changed files with 15 additions and 0 deletions
@ -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…
Reference in new issue