Skip to content

Commit

Permalink
fix: ansible-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dongzhijian (RD) committed Jan 3, 2024
1 parent 4230671 commit 85a0e7b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 14 deletions.
9 changes: 3 additions & 6 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@ releases:
- description: Manage lacp fast-Interval, tx-interval,hold-multplier on Comware 7 devices
name: comware_lldp
namespace: ""
- description: Manage global config state for LLDP.this funtion can be take effect only global and interface LLDP all open. The interface
LLDP is open default.
- description: Manage global config state for LLDP.
name: comware_lldp_global
namespace: ""
- description: Manage lldp enable on interfaces.The default state is enable.
Expand All @@ -124,8 +123,7 @@ releases:
- description: Manage netconf log and xml function on Comware 7 devices.XML cfg not support enter xml view now, This is not normally done.
name: comware_netconf
namespace: ""
- description: Manage ip netstream,rate,timeout, max_entry,vxlan udp-port,and interface enable and ip netstream aggregation destination-prefix enable, netstream
statistics output message destination address and destination UDP port number configurationon Comware 7 devices
- description: Manage ip netstream configurationon on Comware 7 devices
name: comware_netstream
namespace: ""
- description: Configure the ntp issue to be applied to the device.
Expand Down Expand Up @@ -188,8 +186,7 @@ releases:
- description: Manage system log timestamps and terminal logging level on Comware 7 devices
name: comware_syslog_global
namespace: ""
- description: Manage telemetry global enable(disable) and telemetry stream timestamp enable(disable) and device-id on Comware 7 devices.Before config device-id,the
timestamp must be enable.
- description: Manage telemetry global enable(disable) and telemetry stream timestamp enable(disable) and device-id on Comware 7 devices.
name: comware_tele_stream
namespace: ""
- description: Manage telemetry flow group agingtime on Comware 7 devices.The default value is Varies by device.
Expand Down
4 changes: 1 addition & 3 deletions plugins/modules/comware_lldp_global.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
---
module: comware_lldp_global
short_description: Manage global config state for LLDP.this funtion can be take effect only global \
and interface LLDP all open.
The interface LLDP is open default.
short_description: Manage global config state for LLDP.
description:
- Enable or Disable global LLDP on a Comware 7 device
author: gongqianyu(@gongqianyu)
Expand Down
5 changes: 1 addition & 4 deletions plugins/modules/comware_netstream.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@
---
module: comware_netstream
short_description: Manage ip netstream,rate,timeout, max_entry,vxlan udp-port,and interface enable and ip netstream
aggregation destination-prefix enable,
netstream statistics output message destination address and destination UDP port number configurationon
Comware 7 devices
short_description: Manage ip netstream on Comware 7 devices
description:
- Manage ip netstream,rate,timeout, max_entry,vxlan udp-port,and interface enable and ip netstream
aggregation destination-prefix enable, netstream statistics output message destination address and
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/comware_tele_stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
module: comware_tele_stream
short_description: Manage telemetry global enable(disable) and telemetry stream timestamp enable(disable) and device-id
on Comware 7 devices.Before config device-id,the timestamp must be enable.
on Comware 7 devices.
description:
- Manage telemetry global enable(disable) and telemetry stream timestamp enable(disable) and device-id
on Comware 7 devices.Before config device-id,the timestamp must be enable.
Expand Down

0 comments on commit 85a0e7b

Please sign in to comment.