mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Added return section to the documentation
This commit is contained in:
parent
6de163cbb2
commit
71bb18827b
1 changed files with 7 additions and 0 deletions
|
@ -106,6 +106,13 @@ EXAMPLES = '''
|
||||||
register: deleted_vgw
|
register: deleted_vgw
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
RETURN = '''
|
||||||
|
result:
|
||||||
|
description: The result of the create, or delete action.
|
||||||
|
returned: success
|
||||||
|
type: dictionary
|
||||||
|
'''
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import json
|
import json
|
||||||
import time
|
import time
|
||||||
|
|
Loading…
Reference in a new issue