From f1840a82eec0bd4840d13489cd7b8f91eb7a78da Mon Sep 17 00:00:00 2001 From: Ompragash Viswanathan Date: Thu, 7 Jan 2021 15:31:22 +0530 Subject: [PATCH] Fixed mysql_replication module doc issue (#84) Co-authored-by: root --- plugins/modules/mysql_replication.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/modules/mysql_replication.py b/plugins/modules/mysql_replication.py index beaa2fc..ee26704 100644 --- a/plugins/modules/mysql_replication.py +++ b/plugins/modules/mysql_replication.py @@ -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.