Fix ssl verification always enabled for replication even if set to false

This commit is contained in:
Laurent Indermuehle 2025-04-03 14:27:44 +02:00
commit f6480bc117
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09
3 changed files with 54 additions and 5 deletions

View file

@ -31,3 +31,6 @@
when:
- db_engine == 'mysql'
- db_version is version('8.0.23', '>=')
# primary_ssl_verify_server_cert
- import_tasks: issue-689.yml