1
0
Fork 0
mirror of https://github.com/ansible-collections/community.mysql.git synced 2026-02-04 07:11:49 +00:00

Update changelogs/fragments/fix_user_perms_revoke_grant_option.yml

Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
This commit is contained in:
george2asenov 2025-09-30 16:20:37 +03:00 committed by GitHub
parent 3046b655f0
commit bd545be29b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,2 +1,2 @@
bugfixes: bugfixes:
- fix not existent grant when revoking perms on user which do not have any other perms than grant option. - mysql_user, mysql_role - fix not existent grant when revoking perms on user/role which do not have any other perms than grant option (https://github.com/ansible-collections/community.mysql/issues/664).