mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-15 02:21:45 -07:00
Fix revoke only grant (#503)
* fix
* test
* changelog
(cherry picked from commit b34c23d07d
)
This commit is contained in:
parent
ff94dcdf0f
commit
f2efed4b84
4 changed files with 73 additions and 9 deletions
2
changelogs/fragments/503-fix-revoke-grant-only.yml
Normal file
2
changelogs/fragments/503-fix-revoke-grant-only.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- mysql_user - when revoke privs consists only of ``GRANT``, a 2nd revoke query is executed with empty privs to revoke that ended in an SQL exception (https://github.com/ansible-collections/community.mysql/pull/503).
|
Loading…
Add table
Add a link
Reference in a new issue