mysql_replication: set MASTER_SSL=0 when primary_ssl is set to no

This commit is contained in:
Andrew Klychkov 2022-06-10 09:24:28 +02:00
commit 7c0263617d
3 changed files with 10 additions and 5 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- mysql_replication - when the ``primary_ssl`` argument is set to ``no``, the module will turn off SSL (https://github.com/ansible-collections/community.mysql/issues/393).