mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix author name in the documentation
This commit is contained in:
parent
09142f791c
commit
3113c68053
5 changed files with 6 additions and 6 deletions
|
@ -7,7 +7,7 @@ __metaclass__ = type
|
|||
DOCUMENTATION = '''
|
||||
name: auto
|
||||
plugin_type: inventory
|
||||
authors:
|
||||
author:
|
||||
- Matt Davis <@nitzmahone>
|
||||
short_description: Loads and executes an inventory plugin specified in a YAML config
|
||||
description:
|
||||
|
|
|
@ -7,7 +7,7 @@ __metaclass__ = type
|
|||
DOCUMENTATION = '''
|
||||
name: k8s
|
||||
plugin_type: inventory
|
||||
authors:
|
||||
author:
|
||||
- Chris Houseknecht <@chouseknecht>
|
||||
- Fabian von Feilitzsch <@fabianvf>
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ __metaclass__ = type
|
|||
DOCUMENTATION = '''
|
||||
name: openshift
|
||||
plugin_type: inventory
|
||||
authors:
|
||||
author:
|
||||
- Chris Houseknecht <@chouseknecht>
|
||||
|
||||
short_description: OpenShift inventory source
|
||||
|
|
|
@ -11,7 +11,7 @@ __metaclass__ = type
|
|||
DOCUMENTATION = '''
|
||||
name: openstack
|
||||
plugin_type: inventory
|
||||
authors:
|
||||
author:
|
||||
- Marco Vito Moscaritolo <marco@agavee.com>
|
||||
- Jesse Keating <jesse.keating@rackspace.com>
|
||||
short_description: OpenStack inventory source
|
||||
|
|
|
@ -8,8 +8,8 @@ __metaclass__ = type
|
|||
DOCUMENTATION = '''
|
||||
name: scaleway
|
||||
plugin_type: inventory
|
||||
authors:
|
||||
- Remy Leone <rleone@online.net>
|
||||
author:
|
||||
- Remy Leone (@sieben)
|
||||
short_description: Scaleway inventory source
|
||||
description:
|
||||
- Get inventory hosts from Scaleway
|
||||
|
|
Loading…
Add table
Reference in a new issue