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