Fixed mysql_replication module doc issue (#84)

Co-authored-by: root <root@fedora.redhat.com>
This commit is contained in:
Ompragash Viswanathan 2021-01-07 15:31:22 +05:30 committed by GitHub
parent 0471d187d0
commit f1840a82ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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