diff --git a/changelogs/fragments/136-mysql_priv_fix_grant_errors.yml b/changelogs/fragments/136-mysql_priv_fix_grant_errors.yml new file mode 100644 index 0000000..2079d16 --- /dev/null +++ b/changelogs/fragments/136-mysql_priv_fix_grant_errors.yml @@ -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).