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 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