mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-19 23:49:09 -07:00
parent
73c39c3aaf
commit
150a044728
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…
Add table
Add a link
Reference in a new issue