ansible-collections / dellemc.os6

GNU General Public License v3.0
8 stars 13 forks source link

Updated DOCUMENTATION in plugins/cliconf/os6.py and plugins/modules/os6_command.py #48

Open nazeerhussainf opened 2 years ago

nazeerhussainf commented 2 years ago
SUMMARY

Replaced 'cliconf' to 'name' under DOCUMENTATION in plugins/cliconf/os6.py Made following changes to plugins/modules/os6_command.py

ISSUE TYPE
COMPONENT NAME

plugins/cliconf/os6.py plugins/modules/os6_command.py

ADDITIONAL INFORMATION

The following errors were seen during sanity run. ERROR: plugins/cliconf/os6.py:0:0: invalid-documentation: DOCUMENTATION.cliconf: extra keys not allowed @ data['cliconf']. Got 'os6' ERROR: plugins/cliconf/os6.py:0:0: invalid-documentation: DOCUMENTATION.name: required key not provided @ data['name']. Got None

Replaced 'cliconf' to 'name' under DOCUMENTATION in plugins/cliconf/os6.py DOCUMENTATION = """

name: os6 short_description: Use os6 cliconf to run command on Dell OS6 platform description:

Made following changes to plugins/modules/os6_command.py