From c8ed5f50dad38a911170d89acfcf8d53cced554e Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 1 Nov 2025 18:20:15 +0100 Subject: [PATCH] =?UTF-8?q?style=20=F0=9F=92=8E:=20Update=20node=20IP=20in?= =?UTF-8?q?=20setupacdc.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated the `node` variable to use a templated value for consistency and reusability. --- tasks/setupacdc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index 55a497b..9f49aaa 100644 --- a/tasks/setupacdc.yml +++ b/tasks/setupacdc.yml @@ -23,7 +23,7 @@ - name: Create lxc container community.proxmox.proxmox: vmid: 200 - node: "https://{{ node_ip }}" + node: "{{ node_ip }}" api_user: root@pam api_password: "{{ proxmox_password }}" api_host: "{{ node_ip }}"