mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-24 13:50:26 -07:00
feat[mysql_info]: add 'users_info' filter (#580)
* add documentation for new mysql_info users_info filter * Add integration tests for mysql_info users_info * fix list parsing when cursor come from mysql_info Mysql_info use a DictCursor and mysql_user a normal cursor. * fix case when an account as same user but different host and password * document why certain authentications plugins cause issues * add version_added for users_info to the documentation * Add 'users' description to differentiate it from 'users_info' --------- Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
This commit is contained in:
parent
6b7cc14989
commit
3ef9bda95f
6 changed files with 492 additions and 12 deletions
5
changelogs/fragments/lie_mysql_info_users_info.yml
Normal file
5
changelogs/fragments/lie_mysql_info_users_info.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
|
||||
minor_changes:
|
||||
|
||||
- mysql_info - add filter ``users_info`` (https://github.com/ansible-collections/community.mysql/pull/580).
|
Loading…
Add table
Add a link
Reference in a new issue