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:
@@ -72,7 +72,7 @@ options:
|
||||
requirements:
|
||||
- "python >= 2.6"
|
||||
- pyghmi
|
||||
author: "Bulat Gaifullin (gaifullinbf@gmail.com)"
|
||||
author: "Bulat Gaifullin (@bgaifullin) <gaifullinbf@gmail.com>"
|
||||
'''
|
||||
|
||||
RETURN = '''
|
||||
|
||||
@@ -54,7 +54,7 @@ options:
|
||||
requirements:
|
||||
- "python >= 2.6"
|
||||
- pyghmi
|
||||
author: "Bulat Gaifullin (gaifullinbf@gmail.com)"
|
||||
author: "Bulat Gaifullin (@bgaifullin) <gaifullinbf@gmail.com>"
|
||||
'''
|
||||
|
||||
RETURN = '''
|
||||
|
||||
@@ -18,7 +18,7 @@ module: manageiq_alert_profiles
|
||||
short_description: Configuration of alert profiles for ManageIQ
|
||||
extends_documentation_fragment: manageiq
|
||||
version_added: '2.5'
|
||||
author: Elad Alfassa (ealfassa@redhat.com)
|
||||
author: Elad Alfassa (@elad661) <ealfassa@redhat.com>
|
||||
description:
|
||||
- The manageiq_alert_profiles module supports adding, updating and deleting alert profiles in ManageIQ.
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ module: manageiq_alerts
|
||||
short_description: Configuration of alerts in ManageIQ
|
||||
extends_documentation_fragment: manageiq
|
||||
version_added: '2.5'
|
||||
author: Elad Alfassa (ealfassa@redhat.com)
|
||||
author: Elad Alfassa (@elad661) <ealfassa@redhat.com
|
||||
description:
|
||||
- The manageiq_alerts module supports adding, updating and deleting alerts in ManageIQ.
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@ module: manageiq_group
|
||||
short_description: Management of groups in ManageIQ.
|
||||
extends_documentation_fragment: manageiq
|
||||
version_added: '2.8'
|
||||
author: Evert Mulder
|
||||
author: Evert Mulder (@evertmulder)
|
||||
description:
|
||||
- The manageiq_group module supports adding, updating and deleting groups in ManageIQ.
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@ module: manageiq_tenant
|
||||
short_description: Management of tenants in ManageIQ.
|
||||
extends_documentation_fragment: manageiq
|
||||
version_added: '2.8'
|
||||
author: Evert Mulder
|
||||
author: Evert Mulder (@evertmulder)
|
||||
description:
|
||||
- The manageiq_tenant module supports adding, updating and deleting tenants in ManageIQ.
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@ options:
|
||||
description:
|
||||
- bootdevice when setting boot configuration
|
||||
|
||||
author: "Jose Delarosa (github: jose-delarosa)"
|
||||
author: "Jose Delarosa (@jose-delarosa)"
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
||||
@@ -63,7 +63,7 @@ options:
|
||||
- value of Manager attribute to update
|
||||
default: 'null'
|
||||
|
||||
author: "Jose Delarosa (github: jose-delarosa)"
|
||||
author: "Jose Delarosa (@jose-delarosa)"
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
||||
@@ -43,7 +43,7 @@ options:
|
||||
description:
|
||||
- Password for authentication with OOB controller
|
||||
|
||||
author: "Jose Delarosa (github: jose-delarosa)"
|
||||
author: "Jose Delarosa (@jose-delarosa)"
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
||||
@@ -51,7 +51,7 @@ options:
|
||||
description:
|
||||
- Set value to True to force node into install state if it already exists in stacki.
|
||||
author:
|
||||
- Hugh Ma <Hugh.Ma@flextronics.com>
|
||||
- Hugh Ma (@bbyhuy) <Hugh.Ma@flextronics.com>
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
||||
Reference in New Issue
Block a user