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

Updated variable names and comments for better readability and consistency.
This commit is contained in:
2026-02-08 20:02:25 +01:00
parent e680fdf162
commit f96b3da66e

View File

@@ -2,11 +2,11 @@
- name: repos | Manage Proxmox repositories
vars:
repo_path:
- http://download\.proxmox\.com/debian/pve\
repo_path:
- 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: