mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Bulk fix DOCUMENTATION.author (Part 1) (#48934)
* Bulk fix DOCUMENTATION.author
This commit is contained in:
@@ -16,7 +16,7 @@ DOCUMENTATION = '''
|
||||
module: helm
|
||||
short_description: Manages Kubernetes packages with the Helm package manager
|
||||
version_added: "2.4"
|
||||
author: "Flavio Percoco (flaper87)"
|
||||
author: "Flavio Percoco (@flaper87)"
|
||||
description:
|
||||
- Install, upgrade, delete and list packages with the Helm package manager.
|
||||
requirements:
|
||||
|
||||
@@ -106,7 +106,7 @@ options:
|
||||
notes:
|
||||
- To just run a `terraform plan`, use check mode.
|
||||
requirements: [ "terraform" ]
|
||||
author: "Ryan Scott Brown @ryansb"
|
||||
author: "Ryan Scott Brown (@ryansb)"
|
||||
'''
|
||||
|
||||
EXAMPLES = """
|
||||
|
||||
@@ -55,7 +55,7 @@ requirements:
|
||||
author:
|
||||
- Ansible Core Team
|
||||
- Michael DeHaan
|
||||
- Seth Vidal
|
||||
- Seth Vidal (@skvidal)
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
||||
@@ -21,7 +21,7 @@ description:
|
||||
- Reads data out of XenAPI, can be used instead of multiple xe commands.
|
||||
author:
|
||||
- Andy Hill (@andyhky)
|
||||
- Tim Rupp
|
||||
- Tim Rupp (@caphrim007)
|
||||
- Robin Lee (@cheese)
|
||||
options: {}
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user