mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-23 05:10:24 -07:00
[stable-1] mysql_user: fix parsing privs when a user has roles assigned to it (#346)
* mysql_user: fix parsing privs when a user has roles assigned to it * Fix CI * Fix CI
This commit is contained in:
parent
256817ca32
commit
393023eb07
5 changed files with 115 additions and 0 deletions
|
@ -282,3 +282,6 @@
|
|||
- import_tasks: issue-64560.yaml
|
||||
tags:
|
||||
- issue-64560
|
||||
|
||||
# https://github.com/ansible-collections/community.mysql/issues/231
|
||||
- include: test_user_grants_with_roles_applied.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue