mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-05 10:10:32 -07:00
* Compare privileges from before and after manipulation * Add unit tests * Fix FIXME integration tests related to this issue * Fix sanity check * Fix assertion when appending privs in mysql_role_initial integration tests * Fix pylint * [ci-skip] Add changelog fragment * Fix: missing fragment file extension * Replace privileges_equal() by a comparison * Fix: sanity pylint * Fix: forgot to remove privileges_equal import from unit tests
7 lines
368 B
YAML
7 lines
368 B
YAML
---
|
|
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).
|