mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-09 12:10:31 -07:00
2 lines
215 B
YAML
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).
|