mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-05 10:10:32 -07:00
Add changelog fragment
This commit is contained in:
parent
ca810667cc
commit
14f1efe7e2
1 changed files with 6 additions and 0 deletions
6
changelogs/fragments/mysql_user_tls_requires.yml
Normal file
6
changelogs/fragments/mysql_user_tls_requires.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
bugfixes:
|
||||
- mysql_info - Fix ``tls_requires`` data structure to be compatible with ``mysql_user`` input.
|
||||
- mysql_info - Fix module output variable for hashed password to use ``plugin_hash_string`` instead of ``plugin_auth_string``.
|
||||
- mysql_user - Fix idempotence when using variables from the ``users_info`` filter of ``mysql_info``.
|
||||
- mysql_user - Fix ``tls_requires`` not removing ``SSL`` and ``X509`` when passing an empty value.
|
Loading…
Add table
Reference in a new issue