mysql_role - don't add members to a role when creating the role and detach_members true is set

This commit is contained in:
betanummeric 2022-05-25 11:47:39 +02:00 committed by Andrew Klychkov
commit d883d18615
4 changed files with 33 additions and 0 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- "mysql_role - don't add members to a role when creating the role and ``detach_members: true`` is set (https://github.com/ansible-collections/community.mysql/pull/367)."