mysql_replication: set MASTER_SSL=0 when primary_ssl is set to no (#397)

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

* Improve doc
This commit is contained in:
Andrew Klychkov 2022-06-13 09:13:58 +03:00 committed by GitHub
commit 04aa13f6d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 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).