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
8ef388c0a0
commit
2590917233
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ EXAMPLES = r'''
|
||||||
- 'existing_user@localhost'
|
- 'existing_user@localhost'
|
||||||
- 'not_existing_user@localhost'
|
- 'not_existing_user@localhost'
|
||||||
|
|
||||||
- name: detach some members from a role and ignore not-existent users
|
- name: Detach some members from a role and ignore 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