feat(vmware): add hypervisor.node as unified placement field (replaces host)

This commit is contained in:
2026-03-11 04:05:36 +01:00
committed by MORAWSKI Norbert
parent 13faf33296
commit 44aa6ac369
5 changed files with 24 additions and 6 deletions

View File

@@ -45,7 +45,7 @@
block:
- name: Query Proxmox for existing VM
community.proxmox.proxmox_vm_info:
node: "{{ hypervisor_cfg.host }}"
node: "{{ hypervisor_cfg.node }}"
vmid: "{{ system_cfg.id }}"
name: "{{ hostname }}"
type: qemu