mysql_user: fix parsing privs when a user has roles assigned to it (#345)

This commit is contained in:
Andrew Klychkov 2022-05-12 15:20:44 +03:00 committed by GitHub
commit cc78846f22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 133 additions and 0 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- mysql_user - fix parsing privs when a user has roles assigned (https://github.com/ansible-collections/community.mysql/issues/231).