mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 22:00:22 -07:00
BOTMETA.yml and module metadata: fix case authors (#46051)
* botmeta: fix GitHub ID case * module authors: fix GitHub ID case * replace CloudEngine-Ansible by submitter GitHub ID
This commit is contained in:
parent
690b990fb5
commit
7f98a8db12
79 changed files with 85 additions and 85 deletions
|
@ -18,7 +18,7 @@ description:
|
|||
- Can create or delete AWS metric alarms.
|
||||
- Metrics you wish to alarm on must already exist.
|
||||
version_added: "1.6"
|
||||
author: "Zacharie Eakin (@zeekin)"
|
||||
author: "Zacharie Eakin (@Zeekin)"
|
||||
options:
|
||||
state:
|
||||
description:
|
||||
|
|
|
@ -18,7 +18,7 @@ description:
|
|||
- Can create or delete scaling policies for autoscaling groups
|
||||
- Referenced autoscaling groups must already exist
|
||||
version_added: "1.6"
|
||||
author: "Zacharie Eakin (@zeekin)"
|
||||
author: "Zacharie Eakin (@Zeekin)"
|
||||
options:
|
||||
state:
|
||||
description:
|
||||
|
|
|
@ -31,7 +31,7 @@ notes:
|
|||
- An IAM role must have been previously created
|
||||
version_added: "2.1"
|
||||
author:
|
||||
- "Mark Chance (@java1guy)"
|
||||
- "Mark Chance (@Java1Guy)"
|
||||
- "Darek Kaczynski (@kaczynskid)"
|
||||
- "Stephane Maarek (@simplesteph)"
|
||||
- "Zac Blazic (@zacblazic)"
|
||||
|
|
|
@ -51,7 +51,7 @@ extends_documentation_fragment:
|
|||
- azure_tags
|
||||
|
||||
author:
|
||||
- "Ian Philpot (@tripdubroot)"
|
||||
- "Ian Philpot (@iphilpot)"
|
||||
|
||||
'''
|
||||
|
||||
|
|
|
@ -45,7 +45,7 @@ extends_documentation_fragment:
|
|||
- azure_tags
|
||||
|
||||
author:
|
||||
- "Ian Philpot (@tripdubroot)"
|
||||
- "Ian Philpot (@iphilpot)"
|
||||
|
||||
'''
|
||||
|
||||
|
|
|
@ -88,7 +88,7 @@ requirements:
|
|||
|
||||
author:
|
||||
- Benno Joy (@bennojoy)
|
||||
- Lukas Beumer (@nitaco)
|
||||
- Lukas Beumer (@Nitaco)
|
||||
|
||||
'''
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ DOCUMENTATION = '''
|
|||
---
|
||||
module: ovirt_disk_facts
|
||||
short_description: Retrieve facts about one or more oVirt/RHV disks
|
||||
author: "Katerina Koukiou (@kkoukiou)"
|
||||
author: "Katerina Koukiou (@KKoukiou)"
|
||||
version_added: "2.5"
|
||||
description:
|
||||
- "Retrieve facts about one or more oVirt/RHV disks."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue