1
0
Fork 0
mirror of https://github.com/ansible-collections/community.mysql.git synced 2026-02-04 15:21:49 +00:00
community.mysql/plugins/modules
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
..
mysql_db.py Add support for MariaDB 11.4 (#703) 2025-03-10 18:55:42 +01:00
mysql_info.py fix mysql_info crash if PUBLIC role is used on MariaDB 10.11+ (#712) 2025-04-28 14:45:33 +02:00
mysql_query.py mysql_query: returns execution_time_ms list containing execution time per query (#697) 2025-01-16 15:49:53 +01:00
mysql_replication.py Fix ssl verification always enabled for replication even if set to false (#707) 2025-05-09 11:00:29 +02:00
mysql_role.py User locking (#702) 2025-03-19 14:40:59 +01:00
mysql_user.py User locking (#702) 2025-03-19 14:40:59 +01:00
mysql_variables.py mysql_variables: fix boolean value handling (#653) 2024-06-28 11:34:59 +02:00