Add guest_id since its necessary

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

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