nso documentation fixes (#53478)
This commit is contained in:
parent
9b67219096
commit
de2531e275
2 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,7 @@ module: nso_action
|
|||
extends_documentation_fragment: nso
|
||||
short_description: Executes Cisco NSO actions and verifies output.
|
||||
description:
|
||||
- This module provices support for executing Cisco NSO actions and then
|
||||
- This module provides support for executing Cisco NSO actions and then
|
||||
verifying that the output is as expected.
|
||||
requirements:
|
||||
- Cisco NSO version 3.4 or higher.
|
||||
|
|
|
@ -28,6 +28,7 @@ options:
|
|||
validate_certs:
|
||||
description: When set to true, validates the SSL certificate of NSO when
|
||||
using SSL
|
||||
type: bool
|
||||
required: false
|
||||
default: false
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue