add changelog about changed default value

This commit is contained in:
Laurent Indermuehle 2025-05-07 13:34:17 +02:00
parent f2dacc5f24
commit 2a6ce209dc
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -1,3 +1,6 @@
---
bugfixes:
- mysql_replication - fixed an issue where setting ``primary_ssl_verify_server_cert`` to false had no effect.
minor_changes:
- mysql_replication - change default value for ``primary_ssl_verify_server_cert`` from False to None. This should not affect existing playbooks.