mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fixed SLX-OS docstring inconsistency (#41662)
This commit is contained in:
parent
89a9fb79da
commit
0713925f3d
3 changed files with 4 additions and 4 deletions
|
@ -29,7 +29,7 @@ DOCUMENTATION = """
|
||||||
---
|
---
|
||||||
module: slxos_l2_interface
|
module: slxos_l2_interface
|
||||||
version_added: "2.6"
|
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:
|
description:
|
||||||
- This module provides declarative management of Layer-2 interface on
|
- This module provides declarative management of Layer-2 interface on
|
||||||
Extreme slxos devices.
|
Extreme slxos devices.
|
||||||
|
|
|
@ -30,7 +30,7 @@ DOCUMENTATION = """
|
||||||
module: slxos_l3_interface
|
module: slxos_l3_interface
|
||||||
version_added: "2.6"
|
version_added: "2.6"
|
||||||
author: "Matthew Stone (@bigmstone)"
|
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:
|
description:
|
||||||
- This module provides declarative management of L3 interfaces
|
- This module provides declarative management of L3 interfaces
|
||||||
on slxos network devices.
|
on slxos network devices.
|
||||||
|
|
|
@ -29,10 +29,10 @@ DOCUMENTATION = """
|
||||||
module: slxos_linkagg
|
module: slxos_linkagg
|
||||||
version_added: "2.6"
|
version_added: "2.6"
|
||||||
author: "Matthew Stone (@bigmstone)"
|
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:
|
description:
|
||||||
- This module provides declarative management of link aggregation groups
|
- This module provides declarative management of link aggregation groups
|
||||||
on Extreme Networks SLXOS network devices.
|
on Extreme Networks SLX-OS network devices.
|
||||||
notes:
|
notes:
|
||||||
- Tested against SLX-OS 17s.1.02
|
- Tested against SLX-OS 17s.1.02
|
||||||
options:
|
options:
|
||||||
|
|
Loading…
Reference in a new issue