Release 3.5.1 commit

This commit is contained in:
R. Sicart 2022-09-09 15:08:37 +02:00
commit 9e15fcfa2d
4 changed files with 32 additions and 8 deletions

View file

@ -1,7 +0,0 @@
---
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).