mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 09:43:15 +00:00
added version added to new rax_cdb choices
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user