Added Return Values (#51069)

Added variables set by this module and a description of each

+label: docsite_pr
pull/51260/head
Jihad Dwidari 6 years ago committed by ansibot
parent 70bf9b9919
commit 0050e8be31

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