[ci-skip] Add changelog fragment

This commit is contained in:
R. Sicart 2022-09-08 09:45:01 +02:00
commit 302f685c82

View file

@ -0,0 +1,7 @@
---
bugfixes:
- mysql_user, mysql_role - mysql/mariadb recent versions translate 'ALL
PRIVILEGES' to a list of specific privileges. That caused a change every time
we modified user privileges. This fix compares privs before and after user
modification to avoid this infinite change
(https://github.com/ansible-collections/community.mysql/issues/77).