diff --git a/changelogs/fragments/503-fix-revoke-grant-only.yml b/changelogs/fragments/503-fix-revoke-grant-only.yml new file mode 100644 index 0000000..5de4d4b --- /dev/null +++ b/changelogs/fragments/503-fix-revoke-grant-only.yml @@ -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). \ No newline at end of file