mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +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.
|
short_description: Manage L2 interfaces on Arista EOS network devices.
|
||||||
description:
|
description:
|
||||||
- This module provides declarative management of L2 interfaces
|
- This module provides declarative management of L2 interfaces
|
||||||
on Arist EOS network devices.
|
on Arista EOS network devices.
|
||||||
notes:
|
notes:
|
||||||
- Tested against EOS 4.15
|
- Tested against EOS 4.15
|
||||||
options:
|
options:
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ author: "Ganesh Nalawade (@ganeshrn)"
|
|||||||
short_description: Manage L3 interfaces on Arista EOS network devices.
|
short_description: Manage L3 interfaces on Arista EOS network devices.
|
||||||
description:
|
description:
|
||||||
- This module provides declarative management of L3 interfaces
|
- This module provides declarative management of L3 interfaces
|
||||||
on Arist EOS network devices.
|
on Arista EOS network devices.
|
||||||
notes:
|
notes:
|
||||||
- Tested against EOS 4.15
|
- Tested against EOS 4.15
|
||||||
options:
|
options:
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ DOCUMENTATION = """
|
|||||||
module: eos_linkagg
|
module: eos_linkagg
|
||||||
version_added: "2.5"
|
version_added: "2.5"
|
||||||
author: "Trishna Guha (@trishnaguha)"
|
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:
|
description:
|
||||||
- This module provides declarative management of link aggregation groups
|
- This module provides declarative management of link aggregation groups
|
||||||
on Arista EOS network devices.
|
on Arista EOS network devices.
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ DOCUMENTATION = """
|
|||||||
module: eos_static_route
|
module: eos_static_route
|
||||||
version_added: "2.5"
|
version_added: "2.5"
|
||||||
author: "Trishna Guha (@trishnaguha)"
|
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:
|
description:
|
||||||
- This module provides declarative management of static
|
- This module provides declarative management of static
|
||||||
IP routes on Arista EOS network devices.
|
IP routes on Arista EOS network devices.
|
||||||
|
|||||||
Reference in New Issue
Block a user