mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-28 08:51:46 -07:00
mysql_role: fix syntax in example
This commit is contained in:
parent
27e1e95f7d
commit
1d568c9167
1 changed files with 2 additions and 2 deletions
|
@ -260,7 +260,7 @@ EXAMPLES = r'''
|
|||
'db1.*': DELETE
|
||||
|
||||
- name: add some members to a role and skip not-existent users
|
||||
community.mysql.mysql_role:
|
||||
community.mysql.mysql_role:
|
||||
state: present
|
||||
name: foo
|
||||
append_members: yes
|
||||
|
@ -270,7 +270,7 @@ EXAMPLES = r'''
|
|||
- 'not_existing_user@localhost'
|
||||
|
||||
- name: detach some members from a role and ignore not-existent users
|
||||
community.mysql.mysql_role:
|
||||
community.mysql.mysql_role:
|
||||
state: present
|
||||
name: foo
|
||||
detach_members: yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue