mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-04 15:34:01 -07:00
Proper author info for all remaining modules
This commit is contained in:
parent
18ca7aee07
commit
eb881d7d5d
76 changed files with 131 additions and 76 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue