mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
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
|
extends_documentation_fragment: nso
|
||||||
short_description: Executes Cisco NSO actions and verifies output.
|
short_description: Executes Cisco NSO actions and verifies output.
|
||||||
description:
|
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.
|
verifying that the output is as expected.
|
||||||
requirements:
|
requirements:
|
||||||
- Cisco NSO version 3.4 or higher.
|
- Cisco NSO version 3.4 or higher.
|
||||||
|
|
|
@ -28,6 +28,7 @@ options:
|
||||||
validate_certs:
|
validate_certs:
|
||||||
description: When set to true, validates the SSL certificate of NSO when
|
description: When set to true, validates the SSL certificate of NSO when
|
||||||
using SSL
|
using SSL
|
||||||
|
type: bool
|
||||||
required: false
|
required: false
|
||||||
default: false
|
default: false
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue