mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fixed SLX-OS docstring inconsistency (#41662)
This commit is contained in:
committed by
Alicia Cozine
parent
89a9fb79da
commit
0713925f3d
@@ -29,7 +29,7 @@ DOCUMENTATION = """
|
||||
---
|
||||
module: slxos_l2_interface
|
||||
version_added: "2.6"
|
||||
short_description: Manage Layer-2 interface on Extreme Networks SLXOS devices.
|
||||
short_description: Manage Layer-2 interface on Extreme Networks SLX-OS devices.
|
||||
description:
|
||||
- This module provides declarative management of Layer-2 interface on
|
||||
Extreme slxos devices.
|
||||
|
||||
@@ -30,7 +30,7 @@ DOCUMENTATION = """
|
||||
module: slxos_l3_interface
|
||||
version_added: "2.6"
|
||||
author: "Matthew Stone (@bigmstone)"
|
||||
short_description: Manage L3 interfaces on Extreme Networks SLXOS network devices.
|
||||
short_description: Manage L3 interfaces on Extreme Networks SLX-OS network devices.
|
||||
description:
|
||||
- This module provides declarative management of L3 interfaces
|
||||
on slxos network devices.
|
||||
|
||||
@@ -29,10 +29,10 @@ DOCUMENTATION = """
|
||||
module: slxos_linkagg
|
||||
version_added: "2.6"
|
||||
author: "Matthew Stone (@bigmstone)"
|
||||
short_description: Manage link aggregation groups on Extreme Networks SLXOS network devices
|
||||
short_description: Manage link aggregation groups on Extreme Networks SLX-OS network devices
|
||||
description:
|
||||
- This module provides declarative management of link aggregation groups
|
||||
on Extreme Networks SLXOS network devices.
|
||||
on Extreme Networks SLX-OS network devices.
|
||||
notes:
|
||||
- Tested against SLX-OS 17s.1.02
|
||||
options:
|
||||
|
||||
Reference in New Issue
Block a user