mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-01 20:50:23 -07:00
Changes to author formatting, remove emails
This commit is contained in:
parent
f98648bf6f
commit
c65a612d1f
111 changed files with 123 additions and 123 deletions
|
@ -99,7 +99,7 @@ notes:
|
|||
- Requires the pymongo Python package on the remote host, version 2.4.2+. This
|
||||
can be installed using pip or the OS package manager. @see http://api.mongodb.org/python/current/installation.html
|
||||
requirements: [ "pymongo" ]
|
||||
author: '"Elliott Foster (@elliotttf)" <elliott@fourkitchens.com>'
|
||||
author: "Elliott Foster (@elliotttf)"
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -27,8 +27,8 @@ description:
|
|||
the status of the cluster.
|
||||
version_added: "1.2"
|
||||
author:
|
||||
- '"James Martin (@jsmartin)" <jmartin@ansible.com>'
|
||||
- '"Drew Kerrigan (@drewkerrigan)" <dkerrigan@basho.com>'
|
||||
- "James Martin (@jsmartin)"
|
||||
- "Drew Kerrigan (@drewkerrigan)"
|
||||
options:
|
||||
command:
|
||||
description:
|
||||
|
|
|
@ -30,7 +30,7 @@ short_description: Manage MySQL replication
|
|||
description:
|
||||
- Manages MySQL server replication, slave, master status get and change master host.
|
||||
version_added: "1.3"
|
||||
author: '"Balazs Pocze (@banyek)" <banyek@gawker.com>'
|
||||
author: "Balazs Pocze (@banyek)"
|
||||
options:
|
||||
mode:
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue