From 76189ef0d4bcdd4dfc8f1b8d61b7876ef9ffe579 Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Thu, 24 Apr 2025 17:42:14 +0200 Subject: [PATCH] fix mismatch default value We use "None" as a default to know if the user provide this option or not. But a bool can't have a default of "None" for the sanity tests. So we must erase the line. --- plugins/modules/mysql_replication.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/modules/mysql_replication.py b/plugins/modules/mysql_replication.py index deb2a0c..0aa0b70 100644 --- a/plugins/modules/mysql_replication.py +++ b/plugins/modules/mysql_replication.py @@ -139,7 +139,6 @@ options: description: - Same as mysql variable. type: bool - default: false version_added: '3.5.0' primary_auto_position: description: