mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 10:40:22 -07:00
Fix sanity issues. (#4346)
This commit is contained in:
parent
386bb4bdd5
commit
ca2c64b5ca
24 changed files with 28 additions and 19 deletions
|
@ -42,7 +42,7 @@ options:
|
|||
description:
|
||||
- version of database (MySQL supports 5.1 and 5.6, MariaDB supports 10, Percona supports 5.6)
|
||||
- "The available choices are: C(5.1), C(5.6) and C(10)."
|
||||
default: 5.6
|
||||
default: '5.6'
|
||||
aliases: ['version']
|
||||
state:
|
||||
type: str
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue