mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Proper author info for all remaining modules
This commit is contained in:
committed by
Matt Clay
parent
18ca7aee07
commit
eb881d7d5d
@@ -89,7 +89,7 @@ notes:
|
||||
the credentials from C(~/.my.cnf), and finally fall back to using the MySQL
|
||||
default login of C(root) with no password.
|
||||
requirements: [ ConfigParser ]
|
||||
author: Mark Theunissen
|
||||
author: "Mark Theunissen (@marktheunissen)"
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
||||
@@ -121,7 +121,7 @@ notes:
|
||||
the file."
|
||||
|
||||
requirements: [ "MySQLdb" ]
|
||||
author: Mark Theunissen
|
||||
author: "Mark Theunissen (@marktheunissen)"
|
||||
'''
|
||||
|
||||
EXAMPLES = """
|
||||
|
||||
@@ -30,6 +30,7 @@ short_description: Manage MySQL global variables
|
||||
description:
|
||||
- Query / Set MySQL variables
|
||||
version_added: 1.3
|
||||
author: "Balazs Pocze (@banyek)"
|
||||
options:
|
||||
variable:
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user