mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
removed tabs and fixed formatting
This commit is contained in:
committed by
Matt Clay
parent
24e8428a7b
commit
c2dcf62aee
@@ -929,7 +929,6 @@ class PyVmomiHelper(object):
|
|||||||
vm_facts = self.gather_facts(vm)
|
vm_facts = self.gather_facts(vm)
|
||||||
return ({'changed': True, 'failed': False, 'instance': vm_facts})
|
return ({'changed': True, 'failed': False, 'instance': vm_facts})
|
||||||
|
|
||||||
|
|
||||||
def wait_for_task(self, task):
|
def wait_for_task(self, task):
|
||||||
# https://www.vmware.com/support/developer/vc-sdk/visdk25pubs/ReferenceGuide/vim.Task.html
|
# https://www.vmware.com/support/developer/vc-sdk/visdk25pubs/ReferenceGuide/vim.Task.html
|
||||||
# https://www.vmware.com/support/developer/vc-sdk/visdk25pubs/ReferenceGuide/vim.TaskInfo.html
|
# https://www.vmware.com/support/developer/vc-sdk/visdk25pubs/ReferenceGuide/vim.TaskInfo.html
|
||||||
|
|||||||
Reference in New Issue
Block a user