Added return section to the documentation

pull/18777/head
naslanidis 9 years ago committed by Matt Clay
parent 6de163cbb2
commit 71bb18827b

@ -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…
Cancel
Save