mirror of https://github.com/ansible/ansible.git
vmware_vm_facts: fix the support with regular ESXi
Ensure the module still work with the ESXi where CustomFieldsManager
does not exist.
From: https://www.vmware.com/support/developer/converter-sdk/conv60_apireference/vim.CustomFieldsManager.html
The CustomFieldsManager object is used to add and remove custom fields to
managed entities.
The custom fields values set on managed entities are available through the
customValue property and through the summary objects for VirtualMachine
and HostSystem. They are not available directly through this managed object.
This functionality is only available through VirtualCenter.
Fixes: #56071
(cherry picked from commit cf78759f5b)
pull/56824/head
parent
fc7fb9d7c9
commit
a42c9d17de
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- vmware_vm_facts - fix the support with regular ESXi
|
||||
Loading…
Reference in New Issue