Add guest_id since its necessary

This commit is contained in:
2025-02-17 21:38:56 +01:00
parent 81bbd2b22a
commit 4e70ee2e3e

View File

@@ -9,8 +9,9 @@
cluster: "{{ hypervisor_node }}" cluster: "{{ hypervisor_node }}"
folder: "{{ vm_path }}" folder: "{{ vm_path }}"
name: "{{ hostname }}" name: "{{ hostname }}"
guest_id: otherLinux64Guest
annotation: | annotation: |
{{ note | default('') }} {{ note | default('') }}
state: poweredon state: poweredon
disk: disk:
- size_gb: "{{ vm_size }}" - size_gb: "{{ vm_size }}"