refactor ♻️: Refactor variable and comment formatting in repos.yml
Some checks failed
ansible-lint / Ansible Lint (push) Has been cancelled
Gitleaks Scan / gitleaks (push) Has been cancelled
Markdown Lint / markdown-lint (push) Has been cancelled
ai-reviews / Review PR (pull_request) Successful in 9s
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) Has been cancelled
Gitleaks Scan / gitleaks (push) Has been cancelled
Markdown Lint / markdown-lint (push) Has been cancelled
ai-reviews / Review PR (pull_request) Successful in 9s
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
Updated variable names and comments for better readability and consistency.
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
- name: repos | Manage Proxmox repositories
|
||||
vars:
|
||||
repo_path:
|
||||
- http://download\.proxmox\.com/debian/pve\
|
||||
- http://download\.proxmox\.com/debian/pve\
|
||||
|
||||
block:
|
||||
#Proxmox enterprise repo
|
||||
# Proxmox enterprise repo
|
||||
|
||||
- name: repos | Check for Proxmox enterprise repo file
|
||||
ansible.builtin.stat:
|
||||
@@ -21,7 +21,7 @@
|
||||
when: pve_enterprise_repo.stat.exists
|
||||
register: enterprise_changed
|
||||
|
||||
#Proxmox no-subscription repo
|
||||
# Proxmox no-subscription repo
|
||||
|
||||
- name: repos | Check for pve-install-repo.list
|
||||
ansible.builtin.stat:
|
||||
|
||||
Reference in New Issue
Block a user