chore 📦: Comment out enterprise repo lines and enable Proxmox no-subscription repo
Some checks failed
ansible-lint / Ansible Lint (push) Failing after 12s
Gitleaks Scan / gitleaks (push) Successful in 4s
ai-reviews / Review PR (pull_request) Successful in 27s
Markdown Lint / markdown-lint (push) Successful in 5s
ansible-lint / Ansible Lint (pull_request) Failing after 11s
Gitleaks Scan / gitleaks (pull_request) Successful in 4s
Markdown Lint / markdown-lint (pull_request) Successful in 5s
Some checks failed
ansible-lint / Ansible Lint (push) Failing after 12s
Gitleaks Scan / gitleaks (push) Successful in 4s
ai-reviews / Review PR (pull_request) Successful in 27s
Markdown Lint / markdown-lint (push) Successful in 5s
ansible-lint / Ansible Lint (pull_request) Failing after 11s
Gitleaks Scan / gitleaks (pull_request) Successful in 4s
Markdown Lint / markdown-lint (pull_request) Successful in 5s
This commit updates the repository configuration by commenting out enterprise-specific lines and enabling the Proxmox no-subscription repository to simplify setup for users without a subscription.
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
---
|
---
|
||||||
- name: repos | Remove enterprise repo files (all known locations)
|
- name: Comment out Proxmox enterprise repo lines
|
||||||
ansible.builtin.file:
|
ansible.builtin.replace:
|
||||||
path: "{{ item }}"
|
path: /etc/apt/sources.list.d/pve-enterprise.list
|
||||||
state: absent
|
regexp: '^(deb\s+)'
|
||||||
loop:
|
replace: '# \1'
|
||||||
- /etc/apt/sources.list.d/pve-enterprise.list
|
when: ansible.builtin.stat(path='/etc/apt/sources.list.d/pve-enterprise.list').stat.exists
|
||||||
- /etc/apt/sources.list.d/ceph.list
|
notify: apt update
|
||||||
|
|
||||||
- name: repos | Enable Proxmox no-subscription repo
|
- name: repos | Enable Proxmox no-subscription repo
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
|
|||||||
Reference in New Issue
Block a user