Add changelog fragment

This commit is contained in:
parseword 2021-04-04 12:48:49 -05:00
parent 8ceec702ad
commit 929240e601

View file

@ -0,0 +1,2 @@
bugfixes:
- mysql_user - in `privileges_unpack()`, reinitialize the `privs` list on each iteration to prevent syntax errors in `GRANT` statements (https://github.com/ansible-collections/community.mysql/issues/136).