use proper datacenter variable

This commit is contained in:
2025-07-06 04:34:16 +02:00
parent d454c3cd82
commit 81f15fffb7
2 changed files with 18 additions and 17 deletions

View File

@@ -5,8 +5,8 @@
username: "{{ hypervisor_username }}"
password: "{{ hypervisor_password }}"
validate_certs: false
datacenter: "{{ hypervisor_cluster }}"
cluster: "{{ hypervisor_node }}"
datacenter: "{{ hypervisor_datacenter }}"
cluster: "{{ hypervisor_cluster }}"
folder: "{{ vm_path }}"
name: "{{ hostname }}"
guest_id: otherLinux64Guest