1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fixed Arista typo in docstring (#36139)

This commit is contained in:
Lindsay Hill 2018-02-13 23:53:06 -08:00 committed by Ganesh Nalawade
parent a52a7d2065
commit 08eaf37ca8
4 changed files with 4 additions and 4 deletions

View file

@ -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:

View file

@ -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:

View file

@ -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.

View file

@ -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.