mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +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:
@@ -18,7 +18,7 @@ DOCUMENTATION = """
|
||||
---
|
||||
module: ios_bgp
|
||||
version_added: "2.8"
|
||||
author: "Nilashish Chakraborty (@nilashishc)"
|
||||
author: "Nilashish Chakraborty (@NilashishC)"
|
||||
short_description: Configure global BGP protocol settings on Cisco IOS.
|
||||
description:
|
||||
- This module provides configuration management of global BGP parameters
|
||||
|
||||
@@ -22,7 +22,7 @@ description:
|
||||
- This module provides declarative management of Layer-2 interfaces on
|
||||
Cisco IOS devices.
|
||||
author:
|
||||
- Nathaniel Case (@qalthos)
|
||||
- Nathaniel Case (@Qalthos)
|
||||
options:
|
||||
name:
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user