Updated DOCUMENTATION in plugins/cliconf/os6.py and plugins/modules/os6_command.py #48
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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:
sending and receiving CLI commands from Dell OS6 network devices.
"""
Made following changes to plugins/modules/os6_command.py