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:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user