parent
73c39c3aaf
commit
150a044728
1 changed files with 3 additions and 3 deletions
|
@ -143,7 +143,7 @@ class VMwareDvsPortgroup(object):
|
|||
result = None
|
||||
|
||||
if not self.module.check_mode:
|
||||
task = dvs_portgroup.Destroy_Task()
|
||||
task = self.dvs_portgroup.Destroy_Task()
|
||||
changed, result = wait_for_task(task)
|
||||
self.module.exit_json(changed=changed, result=str(result))
|
||||
|
||||
|
|
Loading…
Reference in a new issue