From 04c1f9b5170c39fda52fb392dd3eb7903576daa8 Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 21 Oct 2025 19:54:34 +0200 Subject: [PATCH] =?UTF-8?q?fix=20=F0=9F=90=9B:=20Update=20Proxmox=20API=20?= =?UTF-8?q?credentials=20in=20setupacdc.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The commit updates the Proxmox API credentials for the lxc container task in setupacdc.yml. The changes ensure that the task can connect to the correct Proxmox server using the provided credentials. --- tasks/setupacdc.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index ea18ebd..c6abc51 100644 --- a/tasks/setupacdc.yml +++ b/tasks/setupacdc.yml @@ -3,3 +3,6 @@ tasks: - name: Create lxc container community.proxmox.proxmox: + api_user: root@pam + api_password: "{{ proxmox_password }}" + api_host: node0