mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-27 08:21:46 -07:00
Update changelogs/fragments/369_mysql_role-add-members_must_exist.yml
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
This commit is contained in:
parent
fb349abbde
commit
eea57da4cd
1 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,4 @@
|
|||
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).
|
||||
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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue