diff --git a/lib/ansible/modules/network/eos/eos_l2_interface.py b/lib/ansible/modules/network/eos/eos_l2_interface.py index b94e6095f9..4ebb64f4d7 100644 --- a/lib/ansible/modules/network/eos/eos_l2_interface.py +++ b/lib/ansible/modules/network/eos/eos_l2_interface.py @@ -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: diff --git a/lib/ansible/modules/network/eos/eos_l3_interface.py b/lib/ansible/modules/network/eos/eos_l3_interface.py index 9a35dcf48e..0cb1facd5f 100644 --- a/lib/ansible/modules/network/eos/eos_l3_interface.py +++ b/lib/ansible/modules/network/eos/eos_l3_interface.py @@ -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: diff --git a/lib/ansible/modules/network/eos/eos_linkagg.py b/lib/ansible/modules/network/eos/eos_linkagg.py index 3fa61f7db6..b60e8afd67 100644 --- a/lib/ansible/modules/network/eos/eos_linkagg.py +++ b/lib/ansible/modules/network/eos/eos_linkagg.py @@ -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. diff --git a/lib/ansible/modules/network/eos/eos_static_route.py b/lib/ansible/modules/network/eos/eos_static_route.py index 7e5950567d..fb7da6bffe 100644 --- a/lib/ansible/modules/network/eos/eos_static_route.py +++ b/lib/ansible/modules/network/eos/eos_static_route.py @@ -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.