Update changelogs/fragments/26-remove_tls_requirements.yml

Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
This commit is contained in:
Jorge Rodriguez (A.K.A. Tiriel) 2020-09-26 15:24:29 +03:00 committed by GitHub
parent be5630ca0d
commit e593d51915
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +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.
- mysql_user - minor syntax fixes (https://github.com/ansible-collections/community.mysql/pull/26).