From 7334ee86a3ba9a93c633dbe11f594b0be8ad2d7a Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Mon, 5 May 2025 10:58:28 +0200 Subject: [PATCH] doc: add var name used by MySQL and MariaDB --- plugins/modules/mysql_replication.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/modules/mysql_replication.py b/plugins/modules/mysql_replication.py index 0aa0b70..4195671 100644 --- a/plugins/modules/mysql_replication.py +++ b/plugins/modules/mysql_replication.py @@ -137,7 +137,8 @@ options: aliases: [master_ssl_cipher] primary_ssl_verify_server_cert: description: - - Same as mysql variable. + - 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. type: bool version_added: '3.5.0' primary_auto_position: