From 4d214444335a6b3b24f6f4560bed936937e6977a Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 1 Nov 2025 10:27:52 +0100 Subject: [PATCH] =?UTF-8?q?chore=20=F0=9F=93=A6:=20Update=20setupacdc.yml?= =?UTF-8?q?=20to=20remove=20unnecessary=20node=20parameter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated the setupacdc.yml file to remove the 'node' parameter from the lxc container creation task, as it is no longer required. This change simplifies the configuration and makes it easier to manage. --- tasks/setupacdc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index 4b59ea6..f2ad9af 100644 --- a/tasks/setupacdc.yml +++ b/tasks/setupacdc.yml @@ -17,7 +17,7 @@ - name: Create lxc container community.proxmox.proxmox: vmid: 200 - node: node0 + # node: node0 api_user: root@pam api_password: "{{ proxmox_password }}" api_host: node0