mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
Fixed Arista typo in docstring (#36139)
This commit is contained in:
committed by
Ganesh Nalawade
parent
a52a7d2065
commit
08eaf37ca8
@@ -20,7 +20,7 @@ author: "Ricardo Carrillo Cruz (@rcarrillocruz)"
|
||||
short_description: Manage L2 interfaces on Arista EOS network devices.
|
||||
description:
|
||||
- This module provides declarative management of L2 interfaces
|
||||
on Arist EOS network devices.
|
||||
on Arista EOS network devices.
|
||||
notes:
|
||||
- Tested against EOS 4.15
|
||||
options:
|
||||
|
||||
@@ -20,7 +20,7 @@ author: "Ganesh Nalawade (@ganeshrn)"
|
||||
short_description: Manage L3 interfaces on Arista EOS network devices.
|
||||
description:
|
||||
- This module provides declarative management of L3 interfaces
|
||||
on Arist EOS network devices.
|
||||
on Arista EOS network devices.
|
||||
notes:
|
||||
- Tested against EOS 4.15
|
||||
options:
|
||||
|
||||
@@ -17,7 +17,7 @@ DOCUMENTATION = """
|
||||
module: eos_linkagg
|
||||
version_added: "2.5"
|
||||
author: "Trishna Guha (@trishnaguha)"
|
||||
short_description: Manage link aggregation groups on Arist EOS network devices
|
||||
short_description: Manage link aggregation groups on Arista EOS network devices
|
||||
description:
|
||||
- This module provides declarative management of link aggregation groups
|
||||
on Arista EOS network devices.
|
||||
|
||||
@@ -17,7 +17,7 @@ DOCUMENTATION = """
|
||||
module: eos_static_route
|
||||
version_added: "2.5"
|
||||
author: "Trishna Guha (@trishnaguha)"
|
||||
short_description: Manage static IP routes on Arist EOS network devices
|
||||
short_description: Manage static IP routes on Arista EOS network devices
|
||||
description:
|
||||
- This module provides declarative management of static
|
||||
IP routes on Arista EOS network devices.
|
||||
|
||||
Reference in New Issue
Block a user