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
|
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
|
import traceback
|
||||||
|
|
||||||
from ansible.module_utils.basic import AnsibleModule
|
from ansible.module_utils.basic import AnsibleModule
|
||||||
|
|
Loading…
Reference in a new issue