nso documentation fixes (#53478)

pull/53656/head
Theron Savery 6 years ago committed by Alicia Cozine
parent 9b67219096
commit de2531e275

@ -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…
Cancel
Save