mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-03 20:54:25 -07:00
[ci-skip] Add changelog fragment
This commit is contained in:
parent
4ad3cbf62f
commit
302f685c82
1 changed files with 7 additions and 0 deletions
|
@ -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).
|
Loading…
Add table
Add a link
Reference in a new issue