fix 🐛: Update Proxmox API credentials in setupacdc.yml

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.
This commit is contained in:
2025-10-21 19:54:34 +02:00
parent a7d9d5b2d3
commit 04c1f9b517

View File

@@ -3,3 +3,6 @@
tasks:
- name: Create lxc container
community.proxmox.proxmox:
api_user: root@pam
api_password: "{{ proxmox_password }}"
api_host: node0