mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2026-02-04 07:11:49 +00:00
* 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
|
||
|---|---|---|
| .. | ||
| issue-28.yml | ||
| issue-265.yml | ||
| issue-689.yml | ||
| main.yml | ||
| mysql_replication_changereplication_mode.yml | ||
| mysql_replication_channel.yml | ||
| mysql_replication_initial.yml | ||
| mysql_replication_primary_delay.yml | ||
| mysql_replication_resetprimary_mode.yml | ||