Skip to content
Commits on Source (2)
......@@ -3,7 +3,7 @@
# Add "no subscription" repo
- name: Add "no subscription" repo
apt_repository:
repo: deb http://download.proxmox.com/debian/pve {{ ansible_distribution_release }} pve-no-subscription
repo: deb [arch=amd64] http://download.proxmox.com/debian/pve {{ ansible_distribution_release }} pve-no-subscription
state: present
filename: pve-no-subscription
......