From 81b3670e11bfcc453ded94e8460e00ebb056f8ae Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Wed, 9 Dec 2020 11:41:23 +0300 Subject: [PATCH] Fix unrelated sanity errors --- 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 0eccae0..566f08b 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.