mbx64
mbx64
+1 There should be no requirement for datacenter. But: Throw an error, if you find more than one VM, which might happen if you look fo a VM via display...
This: ```yaml community.vmware.vmware_content_library_items: - content_library: "abc123" - item: "my_awesome_template.ova" - state: present - file: "my_local_file.ova" ``` should probably look like this: ```yaml community.vmware.vmware_content_library_item: content_library: "abc123" name: "my_awesome_template.ova" state: present file:...
@balnbibarbi Yes, it looks OK to me.
As a workaround (until fixed) you can add `esxi_hostname: foobar`, literally, as the name will be ignored when connecting to ESXi: ```yaml - name: Add Management Network VM Portgroup community.vmware.vmware_portgroup:...