Bulk fix DOCUMENTATION.author (Part 1) (#48934)

* Bulk fix DOCUMENTATION.author
This commit is contained in:
John R Barker
2018-11-20 19:31:35 +00:00
committed by GitHub
parent 9c71f176f3
commit 3fcc564bbb
157 changed files with 171 additions and 164 deletions

View File

@@ -21,7 +21,7 @@ description:
- Change dpkg package selection state via --get-selections and --set-selections.
version_added: "2.0"
author:
- Brian Brazil (@brian-brazil) <brian.brazil@boxever.com>
- Brian Brazil (@brian-brazil) <brian.brazil@boxever.com>
options:
name:
description:

View File

@@ -19,7 +19,7 @@ DOCUMENTATION = '''
module: package
version_added: 2.0
author:
- Ansible Inc
- Ansible Core Team
short_description: Generic OS package manager
description:
- Installs, upgrade and removes packages using the underlying OS package manager.

View File

@@ -25,9 +25,9 @@ options:
required: False
version_added: "2.5"
author:
- Matthew Jones
- Brian Coca
- Adam Miller
- Matthew Jones (@matburt)
- Brian Coca (@bcoca)
- Adam Miller (@maxamillion)
'''
EXAMPLES = '''

View File

@@ -29,7 +29,7 @@ description:
or any OS that uses C(pkgsrc). (Home: U(http://pkgin.net/))"
version_added: "1.0"
author:
- "Larry Gilbert (L2G)"
- "Larry Gilbert (@L2G)"
- "Shaun Zinck (@szinck)"
- "Jasper Lievisse Adriaanse (@jasperla)"
notes:

View File

@@ -170,7 +170,7 @@ requirements: [ gentoolkit ]
author:
- "William L Thomson Jr (@wltjr)"
- "Yap Sok Ann (@sayap)"
- "Andrew Udvare"
- "Andrew Udvare (@Tatsh)"
'''
EXAMPLES = '''

View File

@@ -20,7 +20,7 @@ short_description: Manage Red Hat Network registration using the C(rhnreg_ks) co
description:
- Manage registration to the Red Hat Network.
version_added: "1.2"
author: James Laska
author: James Laska (@jlaska)
notes:
- In order to register a system, rhnreg_ks requires either a username and password, or an activationkey.
requirements:

View File

@@ -55,8 +55,8 @@ options:
default: stable
author:
- Victor Carceler (vcarceler@iespuigcastellar.xeill.net)
- Stanislas Lange (angristan) <angristan@pm.me>
- Victor Carceler (@vcarceler) <vcarceler@iespuigcastellar.xeill.net>
- Stanislas Lange (@angristan) <<angristan@pm.me>
'''
EXAMPLES = '''

View File

@@ -219,7 +219,7 @@ requirements:
- yum
author:
- Ansible Core Team
- Seth Vidal
- Seth Vidal (@skvidal)
- Eduard Snesarev (@verm666)
- Berend De Schouwer (@berenddeschouwer)
- Abhijeet Kasurde (@Akasurde)