mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Bulk fix DOCUMENTATION.author (Part 1) (#48934)
* Bulk fix DOCUMENTATION.author
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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 = '''
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -170,7 +170,7 @@ requirements: [ gentoolkit ]
|
||||
author:
|
||||
- "William L Thomson Jr (@wltjr)"
|
||||
- "Yap Sok Ann (@sayap)"
|
||||
- "Andrew Udvare"
|
||||
- "Andrew Udvare (@Tatsh)"
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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 = '''
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user