mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-23 05:10:24 -07:00
Deprecate REQUIRESSL privilege
This commit is contained in:
parent
ecd15c83f7
commit
0a92412f71
2 changed files with 25 additions and 13 deletions
4
changelogs/fragments/101-drop-requiressl-support.yml
Normal file
4
changelogs/fragments/101-drop-requiressl-support.yml
Normal 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).
|
Loading…
Add table
Add a link
Reference in a new issue