mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
[PR #11931/dab3fa36 backport][stable-12] lldp: fix docs (#11935)
lldp: fix docs (#11931)
* lldp: fix docs
* wording
* remove check mode
(cherry picked from commit dab3fa36de)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
@@ -8,10 +8,11 @@ from __future__ import annotations
|
|||||||
|
|
||||||
DOCUMENTATION = r"""
|
DOCUMENTATION = r"""
|
||||||
module: lldp
|
module: lldp
|
||||||
requirements: [lldpctl]
|
requirements:
|
||||||
|
- C(lldpctl), usually provided by the C(lldpd) package.
|
||||||
short_description: Get details reported by LLDP
|
short_description: Get details reported by LLDP
|
||||||
description:
|
description:
|
||||||
- Reads data out of C(lldpctl).
|
- Reads LLDP data from C(lldpd) using the CLI tool C(lldpctl).
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- community.general.attributes
|
- community.general.attributes
|
||||||
attributes:
|
attributes:
|
||||||
@@ -21,7 +22,7 @@ attributes:
|
|||||||
support: none
|
support: none
|
||||||
options:
|
options:
|
||||||
multivalues:
|
multivalues:
|
||||||
description: If lldpctl outputs an attribute multiple time represent all values as a list.
|
description: If C(lldpctl) outputs an attribute multiple time represent all values as a list.
|
||||||
type: bool
|
type: bool
|
||||||
default: false
|
default: false
|
||||||
author: "Andy Hill (@andyhky)"
|
author: "Andy Hill (@andyhky)"
|
||||||
|
|||||||
Reference in New Issue
Block a user