From 914d6de8b6108fbe71b8da2e2eeb87d7eed8b144 Mon Sep 17 00:00:00 2001 From: Jose Date: Sun, 14 Dec 2025 07:14:16 +0100 Subject: [PATCH] =?UTF-8?q?fix=20=F0=9F=90=9B:=20Update=20Proxmox=20creden?= =?UTF-8?q?tials?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit updates the Proxmox credentials within the testing task file. This ensures the testing environment can successfully authenticate with Proxmox, resolving potential connection issues. The change improves the reliability of automated testing. --- tasks/testing.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tasks/testing.yml b/tasks/testing.yml index 0050cde..611c3f4 100644 --- a/tasks/testing.yml +++ b/tasks/testing.yml @@ -116,8 +116,9 @@ ansible.builtin.include_role: name: ansible-role-debian_common - # vars: - # # Proxmox credentials - # ansible_user: "{{ ciuser }}" + vars: + # Proxmox credentials + ansible_user: "{{ ciuser }}" + ansible_password: "{{ cipassword }}"