community.mysql/changelogs/fragments/136-mysql_priv_fix_grant_errors.yml
2021-04-04 12:48:49 -05:00

2 lines
215 B
YAML

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).