mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 19:31:26 -07:00
Remove Mark Theunissen as maintainer
This commit is contained in:
parent
94d163f3ed
commit
c3450d542f
2 changed files with 5 additions and 5 deletions
|
@ -121,7 +121,7 @@ notes:
|
|||
the file."
|
||||
|
||||
requirements: [ "MySQLdb" ]
|
||||
author: "Mark Theunissen (@marktheunissen)"
|
||||
author: "Ansible Core Team"
|
||||
'''
|
||||
|
||||
EXAMPLES = """
|
||||
|
@ -140,7 +140,7 @@ EXAMPLES = """
|
|||
# Specify grants composed of more than one word
|
||||
- mysql_user: name=replication password=12345 priv=*.*:"REPLICATION CLIENT" state=present
|
||||
|
||||
# Revoke all privileges for user 'bob' and password '12345'
|
||||
# Revoke all privileges for user 'bob' and password '12345'
|
||||
- mysql_user: name=bob password=12345 priv=*.*:USAGE state=present
|
||||
|
||||
# Example privileges string format
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue