[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:
Andrew Klychkov 2022-05-12 16:19:20 +03:00 committed by GitHub
commit 393023eb07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 115 additions and 0 deletions

View file

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