mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-27 16:31:47 -07:00
4 lines
338 B
YAML
4 lines
338 B
YAML
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 (https://github.com/ansible-collections/community.mysql/pull/369).
|