1
0
Fork 0
mirror of https://github.com/ansible-collections/community.mysql.git synced 2026-02-03 23:01:49 +00:00
community.mysql/changelogs/fragments/fix_user_perms_revoke_grant_option.yml
george2asenov 1cb9f369d0
fix: case when grant options is set with no other user permissions in… (#744)
* fix: case when grant options is set with no other user permissions in mariadb

* Create changelog fragment

* fix: wrong file name ext

* Update changelogs/fragments/fix_user_perms_revoke_grant_option.yml

Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>

---------

Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
2025-10-16 09:26:35 +02:00

2 lines
216 B
YAML

bugfixes:
- 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).