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:
@@ -17,7 +17,7 @@ DOCUMENTATION = """
|
||||
---
|
||||
module: junos_facts
|
||||
version_added: "2.1"
|
||||
author: "Nathaniel Case (@qalthos)"
|
||||
author: "Nathaniel Case (@Qalthos)"
|
||||
short_description: Collect facts from remote devices running Juniper Junos
|
||||
description:
|
||||
- Collects fact information from a remote device running the Junos
|
||||
|
||||
@@ -22,7 +22,7 @@ description:
|
||||
- For Windows targets, use the M(win_ping) module instead.
|
||||
- For targets running Python, use the M(ping) module instead.
|
||||
author:
|
||||
- Nilashish Chakraborty (@nilashishc)
|
||||
- Nilashish Chakraborty (@NilashishC)
|
||||
version_added: '2.8'
|
||||
options:
|
||||
dest:
|
||||
|
||||
Reference in New Issue
Block a user