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
1d568c9167
commit
8ef388c0a0
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ EXAMPLES = r'''
|
|||
priv:
|
||||
'db1.*': DELETE
|
||||
|
||||
- name: add some members to a role and skip not-existent users
|
||||
- name: Add some members to a role and skip not-existent users
|
||||
community.mysql.mysql_role:
|
||||
state: present
|
||||
name: foo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue