Fix sanity issues. (#4346) (#4357)

(cherry picked from commit ca2c64b5ca)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot]
2022-03-14 21:30:29 +01:00
committed by GitHub
parent c6ecc0f3f8
commit 1bf9caa90f
24 changed files with 28 additions and 19 deletions

View File

@@ -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