mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-06 06:04:26 -07:00
Fix ssl verification always enabled for replication even if set to false
This commit is contained in:
parent
74ea0438ce
commit
f6480bc117
3 changed files with 54 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue