mysql_user: add missed privileges (#618)

* mysql_user: add missed privileges

* add changelog fragment
This commit is contained in:
Andrew Klychkov 2020-07-06 10:49:34 +03:00 committed by Felix Fontein
commit 74ba307777
2 changed files with 13 additions and 1 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- mysql_user - add missed privileges to support (https://github.com/ansible-collections/community.general/issues/617).