mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix documentation builds.
This commit is contained in:
parent
5deaeb3b94
commit
46e9c287a7
3 changed files with 7 additions and 8 deletions
|
@ -15,12 +15,12 @@
|
|||
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
module: rax_cdb_database
|
||||
short_description: create / delete a database in the Cloud Databases
|
||||
short_description: 'create / delete a database in the Cloud Databases'
|
||||
description:
|
||||
- create / delete a database in the Cloud Databases.
|
||||
version_added: "1.88888888ns:
|
||||
version_added: "1.8"
|
||||
options:
|
||||
api_key:
|
||||
description:
|
||||
- Rackspace API key (overrides I(credentials))
|
||||
|
@ -61,7 +61,8 @@ version_added: "1.88888888ns:
|
|||
- Indicate desired state of the resource
|
||||
choices: ['present', 'absent']
|
||||
default: present
|
||||
requirements: [ "pyrax" ]
|
||||
requirements:
|
||||
- "pyrax"
|
||||
author: Simon JAILLET
|
||||
notes:
|
||||
- The following environment variables can be used, C(RAX_USERNAME),
|
||||
|
|
|
@ -39,8 +39,7 @@ options:
|
|||
default: null
|
||||
copy:
|
||||
description:
|
||||
- If set to yes/true (default), the file is copied from the 'master' to the target machine,
|
||||
if set to no/false, the plugin will look for src archive at the target machine.
|
||||
- "if true, the file is copied from the 'master' to the target machine, otherwise, the plugin will look for src archive at the target machine."
|
||||
required: false
|
||||
choices: [ "yes", "no" ]
|
||||
default: "yes"
|
||||
|
|
|
@ -44,8 +44,7 @@ options:
|
|||
required: False
|
||||
default: None
|
||||
description:
|
||||
- character used to override the split the database values into lists/arrays,
|
||||
i.e ':' or '\t'. Otherwise split tries to be 'smart' depending on DB.
|
||||
- "character used to split the database values into lists/arrays such as ':' or '\t', otherwise it will try to pick one depending on the database"
|
||||
fail_key:
|
||||
required: False
|
||||
default: True
|
||||
|
|
Loading…
Reference in a new issue