From aa8b2375dbfbfb26a068e91f42d6cb12ed1de16e Mon Sep 17 00:00:00 2001 From: Jose Date: Sun, 14 Dec 2025 07:05:58 +0100 Subject: [PATCH] =?UTF-8?q?fix=20=F0=9F=90=9B:=20Remove=20Proxmox=20creden?= =?UTF-8?q?tials=20comments?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit removes commented-out variable definitions related to Proxmox credentials. These were identified as unnecessary and potentially confusing, improving code readability and reducing clutter. The removal ensures a cleaner and more focused codebase. --- tasks/testing.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tasks/testing.yml b/tasks/testing.yml index b64af20..0050cde 100644 --- a/tasks/testing.yml +++ b/tasks/testing.yml @@ -116,8 +116,8 @@ ansible.builtin.include_role: name: ansible-role-debian_common - vars: - # Proxmox credentials - ansible_user: "{{ ciuser }}" + # vars: + # # Proxmox credentials + # ansible_user: "{{ ciuser }}"