chore 📦: Update setupacdc.yml to remove unnecessary node parameter
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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user