mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-27 08:21:46 -07:00
Update plugins/modules/mysql_role.py
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
This commit is contained in:
parent
32176845ef
commit
fb349abbde
1 changed files with 2 additions and 2 deletions
|
@ -116,8 +116,8 @@ options:
|
|||
|
||||
members_must_exist:
|
||||
description:
|
||||
- When C(yes), the module fails if any user in C(members) does not exist.
|
||||
- When C(no), users in C(members) which don't exist are simply skipped.
|
||||
- When C(yes), the module fails if any user in I(members) does not exist.
|
||||
- When C(no), users in I(members) which don't exist are simply skipped.
|
||||
type: bool
|
||||
default: yes
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue