mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-23 10:51:24 -07: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:
parent
6c400d3bc8
commit
43f89004a0
2 changed files with 9 additions and 34 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue