Replace apt-key by get-url
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
src: hosts.j2
|
||||
dest: /etc/hosts
|
||||
- name: "Add Proxmox VE 6 GPG key"
|
||||
apt_key:
|
||||
get_url:
|
||||
url: http://download.proxmox.com/debian/proxmox-ve-release-6.x.gpg
|
||||
state: present
|
||||
dest: /etc/apt/trusted.gpg.d/
|
||||
- name: "Add Proxmox VE 6 Repo"
|
||||
apt_repository:
|
||||
repo: "deb http://download.proxmox.com/debian/pve buster pve-no-subscription"
|
||||
|
Reference in New Issue
Block a user