1
0
Fork 0
mirror of https://github.com/ansible-collections/community.mysql.git synced 2026-02-04 07:11:49 +00:00
community.mysql/tests/integration/targets/test_mysql_replication
Laurent Indermühle 49be739e89
Fix ssl verification always enabled for replication even if set to false (#707)
* Fix ssl verification always enabled for replication even if set to false

* add changelog fragment

* fix test when multiple replication channels are present

* test: add check for changereplication

* 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.

* doc: add var name used by MySQL and MariaDB

* Revert the change of default value

* style

* fix indentation

* Revert "Revert the change of default value"

This reverts commit db047fda90.

* add changelog about changed default value

* add link to issue and PR in changelog

* doc: explain false had no effect prior to 3.14.0
2025-05-09 11:00:29 +02:00
..
defaults Integrations tests : Use containers for more control and verify that versions match expectation (#490) 2023-03-21 08:16:09 +01:00
meta Integrations tests : Use containers for more control and verify that versions match expectation (#490) 2023-03-21 08:16:09 +01:00
tasks Fix ssl verification always enabled for replication even if set to false (#707) 2025-05-09 11:00:29 +02:00