mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Fix some module author names (#55770)
* Fix some module author names During some data analysis we noticed some typos in author lines.
This commit is contained in:
@@ -16,7 +16,7 @@ DOCUMENTATION = """
|
||||
module: edgeos_config
|
||||
version_added: "2.5"
|
||||
author:
|
||||
- "Nathaniel Case (@qalthos)"
|
||||
- "Nathaniel Case (@Qalthos)"
|
||||
- "Sam Doran (@samdoran)"
|
||||
short_description: Manage EdgeOS configuration on remote device
|
||||
description:
|
||||
|
||||
@@ -17,7 +17,7 @@ DOCUMENTATION = """
|
||||
module: edgeos_facts
|
||||
version_added: "2.5"
|
||||
author:
|
||||
- Nathaniel Case (@qalthos)
|
||||
- Nathaniel Case (@Qalthos)
|
||||
- Sam Doran (@samdoran)
|
||||
short_description: Collect facts from remote devices running EdgeOS
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user