From 4e70ee2e3ec38bb2c7035dea372bce98b44b6509 Mon Sep 17 00:00:00 2001 From: Sandwich Date: Mon, 17 Feb 2025 21:38:56 +0100 Subject: [PATCH] Add guest_id since its necessary --- roles/virtualization/tasks/vmware.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/virtualization/tasks/vmware.yml b/roles/virtualization/tasks/vmware.yml index 09e82dc..95c48f7 100644 --- a/roles/virtualization/tasks/vmware.yml +++ b/roles/virtualization/tasks/vmware.yml @@ -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 }}"