mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Added return section to the documentation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user