From e593d51915abc644a5c5a15d8fbd0be92d6b24fe Mon Sep 17 00:00:00 2001 From: "Jorge Rodriguez (A.K.A. Tiriel)" Date: Sat, 26 Sep 2020 15:24:29 +0300 Subject: [PATCH] Update changelogs/fragments/26-remove_tls_requirements.yml Co-authored-by: Andrew Klychkov --- changelogs/fragments/26-remove_tls_requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/fragments/26-remove_tls_requirements.yml b/changelogs/fragments/26-remove_tls_requirements.yml index 1aee12a..e32eaa7 100644 --- a/changelogs/fragments/26-remove_tls_requirements.yml +++ b/changelogs/fragments/26-remove_tls_requirements.yml @@ -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).