Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
Merge pull request #15 from jsclayton/proxmox-7-support
Browse files Browse the repository at this point in the history
Use distro release name to support PVE 6 or 7
  • Loading branch information
ironicbadger authored May 2, 2022
2 parents fbb3b11 + b0502ef commit c126221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/add-no-subscription-repo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
- name: Add No Subscription Repository
apt_repository:
repo: deb http://download.proxmox.com/debian/pve buster pve-no-subscription
repo: deb http://download.proxmox.com/debian/pve {{ ansible_distribution_release }} pve-no-subscription
filename: pve-no-subscription
state: present

0 comments on commit c126221

Please sign in to comment.