mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-28 08:51: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:
|
priv:
|
||||||
'db1.*': DELETE
|
'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:
|
community.mysql.mysql_role:
|
||||||
state: present
|
state: present
|
||||||
name: foo
|
name: foo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue