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:
@@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
- name: repos | Manage Proxmox repositories
|
- name: repos | Manage Proxmox repositories
|
||||||
vars:
|
vars:
|
||||||
repo_path:
|
repo_path:
|
||||||
- http://download\.proxmox\.com/debian/pve\
|
- http://download\.proxmox\.com/debian/pve\
|
||||||
|
|
||||||
block:
|
block:
|
||||||
#Proxmox enterprise repo
|
# Proxmox enterprise repo
|
||||||
|
|
||||||
- name: repos | Check for Proxmox enterprise repo file
|
- name: repos | Check for Proxmox enterprise repo file
|
||||||
ansible.builtin.stat:
|
ansible.builtin.stat:
|
||||||
@@ -21,7 +21,7 @@
|
|||||||
when: pve_enterprise_repo.stat.exists
|
when: pve_enterprise_repo.stat.exists
|
||||||
register: enterprise_changed
|
register: enterprise_changed
|
||||||
|
|
||||||
#Proxmox no-subscription repo
|
# Proxmox no-subscription repo
|
||||||
|
|
||||||
- name: repos | Check for pve-install-repo.list
|
- name: repos | Check for pve-install-repo.list
|
||||||
ansible.builtin.stat:
|
ansible.builtin.stat:
|
||||||
|
|||||||
Reference in New Issue
Block a user