diff --git a/roles/virtualization/tasks/vmware.yml b/roles/virtualization/tasks/vmware.yml index 60a365c..09e82dc 100644 --- a/roles/virtualization/tasks/vmware.yml +++ b/roles/virtualization/tasks/vmware.yml @@ -9,7 +9,8 @@ cluster: "{{ hypervisor_node }}" folder: "{{ vm_path }}" name: "{{ hostname }}" - guest_id: otherGuest64 + annotation: | + {{ note | default('') }} state: poweredon disk: - size_gb: "{{ vm_size }}"