mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-28 08:51:46 -07:00
mysql_user: fix parsing errors when a user has roles assigned
This commit is contained in:
parent
1dcc5ec086
commit
3c385a4f0e
4 changed files with 112 additions and 0 deletions
|
@ -288,3 +288,6 @@
|
|||
# Test that mysql_user still works with force_context enabled (database set to "mysql")
|
||||
# (https://github.com/ansible-collections/community.mysql/issues/265)
|
||||
- include: issue-265.yml
|
||||
|
||||
# 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