mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Refactor vmware_guest_facts (#31448)
This fix adds refactoring to vmware_guest_facts module. Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
committed by
ansibot
parent
6c400d3bc8
commit
43f89004a0
@@ -767,3 +767,6 @@ class PyVmomi(object):
|
||||
self.current_vm_obj = vm
|
||||
|
||||
return vm
|
||||
|
||||
def gather_facts(self, vm):
|
||||
return gather_vm_facts(self.content, vm)
|
||||
|
||||
Reference in New Issue
Block a user