mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
nso documentation fixes (#53478)
This commit is contained in:
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
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user