Deprecate REQUIRESSL privilege

This commit is contained in:
Jorge-Rodriguez 2021-03-30 10:34:08 +03:00
commit 0a92412f71
No known key found for this signature in database
GPG key ID: 43153D1EFD8F7D90
2 changed files with 25 additions and 13 deletions

View file

@ -0,0 +1,4 @@
minor_changes:
- mysql_user - deprecate the ``REQUIRESSL`` privilege (https://github.com/ansible-collections/community.mysql/issues/101).
major_changes:
- mysql_user - the ``REQUIRESSL`` is an alias for the ``ssl`` key in the ``tls_requires`` option in ``community.mysql`` 2.0.0 and support will be dropped altogether in ``community.mysql`` 3.0.0 (https://github.com/ansible-collections/community.mysql/issues/121).