mysql_user: added flush privileges to write dynamic privs into db (#340)

This commit is contained in:
Andrew Klychkov 2022-04-29 18:52:07 +03:00 committed by GitHub
commit b730cd6675
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- "mysql_user - fix missing dynamic privileges after revoke and grant privileges to user (https://github.com/ansible-collections/community.mysql/issues/120)."