From f96b3da66ec12402a5e89e751b5a60243538a997 Mon Sep 17 00:00:00 2001 From: Jose Date: Sun, 8 Feb 2026 20:02:25 +0100 Subject: [PATCH] =?UTF-8?q?refactor=20=E2=99=BB=EF=B8=8F:=20Refactor=20var?= =?UTF-8?q?iable=20and=20comment=20formatting=20in=20`repos.yml`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated variable names and comments for better readability and consistency. --- tasks/repos.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tasks/repos.yml b/tasks/repos.yml index c97f4ac..0a619a2 100644 --- a/tasks/repos.yml +++ b/tasks/repos.yml @@ -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: