mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 23:51:23 -07:00
added version added to new rax_cdb choices
This commit is contained in:
parent
2d7b1bd1c4
commit
205d607320
1 changed files with 2 additions and 0 deletions
|
@ -42,10 +42,12 @@ options:
|
|||
description:
|
||||
- type of instance (i.e. MySQL, MariaDB, Percona)
|
||||
default: MySQL
|
||||
version_added: "2.0"
|
||||
cdb_version:
|
||||
description:
|
||||
- version of database (MySQL supports 5.1 and 5.6, MariaDB supports 10, Percona supports 5.6)
|
||||
choices: ['5.1', '5.6', '10']
|
||||
version_added: "2.0"
|
||||
state:
|
||||
description:
|
||||
- Indicate desired state of the resource
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue