mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +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:
@@ -25,7 +25,7 @@ DOCUMENTATION = """
|
||||
---
|
||||
module: vyos_command
|
||||
version_added: "2.2"
|
||||
author: "Nathaniel Case (@qalthos)"
|
||||
author: "Nathaniel Case (@Qalthos)"
|
||||
short_description: Run one or more commands on VyOS devices
|
||||
description:
|
||||
- The command module allows running one or more commands on remote
|
||||
|
||||
@@ -25,7 +25,7 @@ DOCUMENTATION = """
|
||||
---
|
||||
module: vyos_config
|
||||
version_added: "2.2"
|
||||
author: "Nathaniel Case (@qalthos)"
|
||||
author: "Nathaniel Case (@Qalthos)"
|
||||
short_description: Manage VyOS configuration on remote device
|
||||
description:
|
||||
- This module provides configuration file management of VyOS
|
||||
|
||||
@@ -24,7 +24,7 @@ DOCUMENTATION = """
|
||||
---
|
||||
module: vyos_facts
|
||||
version_added: "2.2"
|
||||
author: "Nathaniel Case (@qalthos)"
|
||||
author: "Nathaniel Case (@Qalthos)"
|
||||
short_description: Collect facts from remote devices running VyOS
|
||||
description:
|
||||
- Collects a base set of device facts from a remote device that
|
||||
|
||||
@@ -37,7 +37,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:
|
||||
|
||||
@@ -26,7 +26,7 @@ DOCUMENTATION = """
|
||||
---
|
||||
module: "vyos_system"
|
||||
version_added: "2.3"
|
||||
author: "Nathaniel Case (@qalthos)"
|
||||
author: "Nathaniel Case (@Qalthos)"
|
||||
short_description: Run `set system` commands on VyOS devices
|
||||
description:
|
||||
- Runs one or more commands on remote devices running VyOS.
|
||||
|
||||
Reference in New Issue
Block a user