mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
removed tabs and fixed formatting
This commit is contained in:
parent
24e8428a7b
commit
c2dcf62aee
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue