From 07d37b84f11bb1d53bd60940bb5c4ff0b0652308 Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Wed, 7 May 2025 14:23:18 +0200 Subject: [PATCH] doc: explain false had no effect prior to 3.14.0 --- plugins/modules/mysql_replication.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/modules/mysql_replication.py b/plugins/modules/mysql_replication.py index 4195671..a743b82 100644 --- a/plugins/modules/mysql_replication.py +++ b/plugins/modules/mysql_replication.py @@ -139,6 +139,7 @@ options: description: - Same as C(MASTER_SSL_VERIFY_SERVER_CERT) MySQL/MariaDB variable. - The module switch automatically to C(SOURCE_SSL_VERIFY_SERVER_CERT) for MySQL 8.0.23 and later. + - Prior to community.mysql 3.14.0 C(false) had no effect. type: bool version_added: '3.5.0' primary_auto_position: