From 0050e8be315badd02b6d5ab6534909f79f4e58af Mon Sep 17 00:00:00 2001 From: Jihad Dwidari Date: Wed, 23 Jan 2019 23:55:07 -0500 Subject: [PATCH] Added Return Values (#51069) Added variables set by this module and a description of each +label: docsite_pr --- lib/ansible/modules/cloud/openstack/os_auth.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lib/ansible/modules/cloud/openstack/os_auth.py b/lib/ansible/modules/cloud/openstack/os_auth.py index f1e7cd0fa66..0f86ab103eb 100644 --- a/lib/ansible/modules/cloud/openstack/os_auth.py +++ b/lib/ansible/modules/cloud/openstack/os_auth.py @@ -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