nso documentation fixes (#53478)

This commit is contained in:
Theron Savery 2019-03-11 15:23:19 -04:00 committed by Alicia Cozine
parent 9b67219096
commit de2531e275
2 changed files with 2 additions and 1 deletions

View file

@ -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.

View file

@ -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
'''