mysql_user: fix parsing errors when a user has roles assigned

This commit is contained in:
Andrew Klychkov 2022-05-05 10:42:47 +02:00
commit 3c385a4f0e
4 changed files with 112 additions and 0 deletions

View file

@ -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