Fix unrelated sanity errors

This commit is contained in:
Andrew Klychkov 2020-12-09 11:41:23 +03:00
parent e07e96bf6d
commit 81b3670e11

View file

@ -82,6 +82,7 @@ options:
description: description:
- Same as mysql variable. - Same as mysql variable.
type: bool type: bool
default: false
master_ssl_ca: master_ssl_ca:
description: description:
- Same as mysql variable. - Same as mysql variable.
@ -106,6 +107,7 @@ options:
description: description:
- Whether the host uses GTID based replication or not. - Whether the host uses GTID based replication or not.
type: bool type: bool
default: false
master_use_gtid: master_use_gtid:
description: description:
- Configures the slave to use the MariaDB Global Transaction ID. - Configures the slave to use the MariaDB Global Transaction ID.