Remove deprecation notice

This commit is contained in:
Jorge-Rodriguez 2020-07-26 11:05:04 +03:00
parent 25441dfaaf
commit 91fe5b4cb4
No known key found for this signature in database
GPG key ID: 43153D1EFD8F7D90

View file

@ -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).