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:
@@ -158,7 +158,9 @@ requirements:
|
||||
notes:
|
||||
- Either I(instance_names) or I(name) is required.
|
||||
- JSON credentials strongly preferred.
|
||||
author: "Eric Johnson (@erjohnso) <erjohnso@google.com>, Tom Melendez (@supertom) <supertom@google.com>"
|
||||
author:
|
||||
- Eric Johnson (@erjohnso) <erjohnso@google.com>
|
||||
- Tom Melendez (@supertom) <supertom@google.com>
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
||||
@@ -63,7 +63,7 @@ options:
|
||||
requirements:
|
||||
- "python >= 2.6"
|
||||
- "apache-libcloud"
|
||||
author: "Tom Melendez (supertom)"
|
||||
author: "Tom Melendez (@supertom)"
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
||||
Reference in New Issue
Block a user