Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/cliconf/os6.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

DOCUMENTATION = """
---
cliconf: os6
name: os6
short_description: Use os6 cliconf to run command on Dell OS6 platform
description:
- This os6 plugin provides low level abstraction apis for
Expand Down
3 changes: 2 additions & 1 deletion plugins/modules/os6_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
argument that will cause the module to wait for a specific condition
before returning or timing out if the condition is not met.
- This module does not support running commands in configuration mode.
Please use M(dellemc_os6_os6_config) to configure OS6 devices.
Please use M(dellemc.os6.os6_config) to configure OS6 devices.
extends_documentation_fragment: dellemc.os6.os6
options:
commands:
Expand All @@ -35,6 +35,7 @@
module is not returned until the condition is satisfied or
the number of retries has expired.
type: list
elements: str
required: true
wait_for:
description:
Expand Down