style 💎: Update node IP in setupacdc.yml

Updated the `node` variable to use a templated value for consistency and reusability.
This commit is contained in:
2025-11-01 18:20:15 +01:00
parent c7477d66b4
commit c8ed5f50da

View File

@@ -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 }}"