diff --git a/changelogs/fragments/fix_user_module_for_default_roles.yml b/changelogs/fragments/fix_user_module_for_default_roles.yml new file mode 100644 index 0000000..920438b --- /dev/null +++ b/changelogs/fragments/fix_user_module_for_default_roles.yml @@ -0,0 +1,3 @@ +--- +bugfixes: + - "mysql_user - fix a crash (unable to parse the MySQL grant string: SET DEFAULT ROLE `somerole` FOR `someuser`@`%`) when using the ``mysql_user`` module with a DEFAULT role present in MariaDB. The DEFAULT role is now ignored by the parser (https://github.com/ansible-collections/community.mysql/issues/710)."