mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-02 20:24:24 -07:00
Merge branch 'main' into lie_fix_plugin_hash_string_return
This commit is contained in:
commit
9b2624c942
9 changed files with 210 additions and 52 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 @@
|
|||
---
|
||||
minor_changes:
|
||||
- mysql_info - Add ``tls_requires`` returned value for the ``users_info`` filter (https://github.com/ansible-collections/community.mysql/pull/628).
|
||||
bugfixes:
|
||||
- mysql_user - Fix idempotence when using variables from the ``users_info`` filter of ``mysql_info`` as an input (https://github.com/ansible-collections/community.mysql/pull/628).
|
||||
- mysql_user - Fix ``tls_requires`` not removing ``SSL`` and ``X509`` when sets as empty (https://github.com/ansible-collections/community.mysql/pull/628).
|
Loading…
Add table
Add a link
Reference in a new issue