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
|
||||
'''
|
||||
|
||||
RETURN = '''
|
||||
result:
|
||||
description: The result of the create, or delete action.
|
||||
returned: success
|
||||
type: dictionary
|
||||
'''
|
||||
|
||||
try:
|
||||
import json
|
||||
import time
|
||||
|
|
Loading…
Reference in a new issue