mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 20:31:27 -07:00
Added Return Values (#51069)
Added variables set by this module and a description of each +label: docsite_pr
This commit is contained in:
parent
70bf9b9919
commit
0050e8be31
1 changed files with 11 additions and 0 deletions
|
@ -41,6 +41,17 @@ EXAMPLES = '''
|
|||
var: service_catalog
|
||||
'''
|
||||
|
||||
RETURN = '''
|
||||
auth_token:
|
||||
description: Openstack API Auth Token
|
||||
returned: success
|
||||
type: str
|
||||
service_catalog:
|
||||
description: A dictionary of available API endpoints
|
||||
returned: success
|
||||
type: dict
|
||||
'''
|
||||
|
||||
import traceback
|
||||
|
||||
from ansible.module_utils.basic import AnsibleModule
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue