From 91fe5b4cb442f6bd5dfa9a45f84121553d6f0030 Mon Sep 17 00:00:00 2001 From: Jorge-Rodriguez Date: Sun, 26 Jul 2020 11:05:04 +0300 Subject: [PATCH] Remove deprecation notice --- changelogs/fragments/369-mysql_user_add_tls_requires.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/changelogs/fragments/369-mysql_user_add_tls_requires.yml b/changelogs/fragments/369-mysql_user_add_tls_requires.yml index 6a479ec..10d3977 100644 --- a/changelogs/fragments/369-mysql_user_add_tls_requires.yml +++ b/changelogs/fragments/369-mysql_user_add_tls_requires.yml @@ -1,4 +1,2 @@ minor_changes: - - mysql_user - add TLS REQUIRES parameters (https://github.com/ansible-collections/community.general/pull/369). -deprecated_features: - - mysql_user - using ``REQUIRESSL`` in ``priv`` is deprecated in favor of ``tls_requires`` (https://github.com/ansible-collections/community.general/pull/369). + - mysql_user - add TLS REQUIRES parameters (https://github.com/ansible-collections/community.mysql/pull/9).