add changelog fragment

This commit is contained in:
Felix Hamme 2022-05-23 15:00:41 +02:00
commit 5c854154ac

View file

@ -0,0 +1,5 @@
minor_changes:
- >
mysql_role: Add the argument "members_must_exist" (boolean, default true). The assertion that the users supplied in
the "members" argument exist is only executed when the new argument "members_must_exist" is true, to allow opt-out.
See (https://github.com/ansible-collections/community.mysql/pull/369).