mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 11:51:26 -07:00
Bulk fix DOCUMENTATION.author (Part 3) (#48990)
This commit is contained in:
parent
959395f4b4
commit
8f41270a01
9 changed files with 9 additions and 9 deletions
|
@ -23,7 +23,7 @@ description:
|
||||||
- This module can be used to add and remove custom attributes definitions for the given virtual machine from VMWare.
|
- This module can be used to add and remove custom attributes definitions for the given virtual machine from VMWare.
|
||||||
version_added: 2.7
|
version_added: 2.7
|
||||||
author:
|
author:
|
||||||
- Jimmy Conner
|
- Jimmy Conner (@cigamit)
|
||||||
- Abhijeet Kasurde (@Akasurde)
|
- Abhijeet Kasurde (@Akasurde)
|
||||||
notes:
|
notes:
|
||||||
- Tested on vSphere 6.5
|
- Tested on vSphere 6.5
|
||||||
|
|
|
@ -25,7 +25,7 @@ description:
|
||||||
- This module can be used to add, remove and update custom attributes for the given virtual machine.
|
- This module can be used to add, remove and update custom attributes for the given virtual machine.
|
||||||
version_added: 2.7
|
version_added: 2.7
|
||||||
author:
|
author:
|
||||||
- Jimmy Conner
|
- Jimmy Conner (@cigamit)
|
||||||
- Abhijeet Kasurde (@Akasurde)
|
- Abhijeet Kasurde (@Akasurde)
|
||||||
notes:
|
notes:
|
||||||
- Tested on vSphere 6.5
|
- Tested on vSphere 6.5
|
||||||
|
|
|
@ -24,7 +24,7 @@ author:
|
||||||
- "Andrew Newdigate (@suprememoocow)"
|
- "Andrew Newdigate (@suprememoocow)"
|
||||||
- "Dylan Silva (@thaumos)"
|
- "Dylan Silva (@thaumos)"
|
||||||
- "Justin Johns"
|
- "Justin Johns"
|
||||||
- "Bruce Pennypacker"
|
- "Bruce Pennypacker (@bpennypacker)"
|
||||||
requirements:
|
requirements:
|
||||||
- PagerDuty API access
|
- PagerDuty API access
|
||||||
options:
|
options:
|
||||||
|
|
|
@ -21,7 +21,7 @@ description:
|
||||||
- manages Zabbix host macros, it can create, update or delete them.
|
- manages Zabbix host macros, it can create, update or delete them.
|
||||||
version_added: "2.0"
|
version_added: "2.0"
|
||||||
author:
|
author:
|
||||||
- "(@cave)"
|
- "Cove (@cove)"
|
||||||
- Dean Hailin Song
|
- Dean Hailin Song
|
||||||
requirements:
|
requirements:
|
||||||
- "python >= 2.6"
|
- "python >= 2.6"
|
||||||
|
|
|
@ -21,7 +21,7 @@ description:
|
||||||
- This module allows you to create, modify and delete Zabbix screens and associated graph data.
|
- This module allows you to create, modify and delete Zabbix screens and associated graph data.
|
||||||
version_added: "2.0"
|
version_added: "2.0"
|
||||||
author:
|
author:
|
||||||
- "(@cove)"
|
- "Cove (@cove)"
|
||||||
- "Tony Minfei Ding"
|
- "Tony Minfei Ding"
|
||||||
- "Harrison Gu (@harrisongu)"
|
- "Harrison Gu (@harrisongu)"
|
||||||
requirements:
|
requirements:
|
||||||
|
|
|
@ -24,7 +24,7 @@ description:
|
||||||
- Manage PHP packages with the pear package manager.
|
- Manage PHP packages with the pear package manager.
|
||||||
version_added: 2.0
|
version_added: 2.0
|
||||||
author:
|
author:
|
||||||
- "'jonathan.lestrelin' <jonathan.lestrelin@gmail.com>"
|
- Jonathan Lestrelin (@jle64) <jonathan.lestrelin@gmail.com>
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -23,7 +23,7 @@ version_added: "1.0"
|
||||||
author:
|
author:
|
||||||
- Indrajit Raychaudhuri (@indrajitr)
|
- Indrajit Raychaudhuri (@indrajitr)
|
||||||
- Aaron Bull Schaefer (@elasticdog) <aaron@elasticdog.com>
|
- Aaron Bull Schaefer (@elasticdog) <aaron@elasticdog.com>
|
||||||
- Afterburn
|
- Kevin Karsopawiro (@Afterburn)
|
||||||
- Maxime de Roucy (@tchernomax)
|
- Maxime de Roucy (@tchernomax)
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
|
|
|
@ -20,7 +20,7 @@ DOCUMENTATION = '''
|
||||||
module: git_config
|
module: git_config
|
||||||
author:
|
author:
|
||||||
- Matthew Gamble (@djmattyg007)
|
- Matthew Gamble (@djmattyg007)
|
||||||
- Marius Gedminas
|
- Marius Gedminas (@mgedmin)
|
||||||
version_added: 2.1
|
version_added: 2.1
|
||||||
requirements: ['git']
|
requirements: ['git']
|
||||||
short_description: Read and write git configuration
|
short_description: Read and write git configuration
|
||||||
|
|
|
@ -129,7 +129,7 @@ requirements:
|
||||||
author:
|
author:
|
||||||
- Dane Summers (@dsummersl)
|
- Dane Summers (@dsummersl)
|
||||||
- Mike Grozak
|
- Mike Grozak
|
||||||
- Patrick Callahan
|
- Patrick Callahan (@dirtyharrycallahan)
|
||||||
- Evan Kaufman (@EvanK)
|
- Evan Kaufman (@EvanK)
|
||||||
- Luca Berruti (@lberruti)
|
- Luca Berruti (@lberruti)
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue