1
0
Fork 0
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:
naslanidis 2016-02-22 21:29:29 +10:00 committed by Matt Clay
parent 6de163cbb2
commit 71bb18827b

View file

@ -106,6 +106,13 @@ EXAMPLES = '''
register: deleted_vgw
'''
RETURN = '''
result:
description: The result of the create, or delete action.
returned: success
type: dictionary
'''
try:
import json
import time