mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
minor docfixes
This commit is contained in:
parent
46372842e8
commit
7f618bd787
1 changed files with 2 additions and 4 deletions
|
@ -26,12 +26,10 @@ DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: os_auth
|
module: os_auth
|
||||||
short_description: Retrieve an auth token
|
short_description: Retrieve an auth token
|
||||||
version_added: "1.10"
|
version_added: "2.0"
|
||||||
extends_documentation_fragment: openstack
|
|
||||||
description:
|
description:
|
||||||
- Retrieve an auth token from an OpenStack Cloud
|
- Retrieve an auth token from an OpenStack Cloud
|
||||||
options:
|
extends_documentation_fragment: openstack
|
||||||
requirements: ["shade"]
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
|
|
Loading…
Reference in a new issue