From c4d6dd8f4b4144eb406e733f88f53613647af5a1 Mon Sep 17 00:00:00 2001 From: Jose Date: Sun, 14 Dec 2025 07:16:08 +0100 Subject: [PATCH] =?UTF-8?q?fix=20=F0=9F=90=9B:=20Remove=20commented=20cred?= =?UTF-8?q?entials?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit removes commented-out Proxmox credentials variables from the testing.yml file. This resolves an issue where these variables were present, potentially exposing sensitive information during testing. The removal ensures a cleaner and more secure testing environment. --- tasks/testing.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tasks/testing.yml b/tasks/testing.yml index 611c3f4..b5b998f 100644 --- a/tasks/testing.yml +++ b/tasks/testing.yml @@ -116,9 +116,9 @@ ansible.builtin.include_role: name: ansible-role-debian_common - vars: - # Proxmox credentials - ansible_user: "{{ ciuser }}" - ansible_password: "{{ cipassword }}" + # vars: + # # Proxmox credentials + # ansible_user: "{{ ciuser }}" + # ansible_password: "{{ cipassword }}"