diff --git a/changelogs/fragments/26-remove_tls_requirements.yml b/changelogs/fragments/26-remove_tls_requirements.yml new file mode 100644 index 0000000..e32eaa7 --- /dev/null +++ b/changelogs/fragments/26-remove_tls_requirements.yml @@ -0,0 +1,4 @@ +bugfixes: +- mysql_user - added tests to verify that TLS requirements are removed with an empty ``tls_requires`` option (https://github.com/ansible-collections/community.mysql/issues/20). +- mysql_user - correct procedure to check existing TLS requirements (https://github.com/ansible-collections/community.mysql/pull/26). +- mysql_user - minor syntax fixes (https://github.com/ansible-collections/community.mysql/pull/26).