Merge pull request #15042 from RNanney/RNanney-validate_certs
Update nxos.py
This commit is contained in:
commit
7a5ff16aee
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ NET_COMMON_ARGS = dict(
|
|||
password=dict(no_log=True),
|
||||
transport=dict(default='cli', choices=['cli', 'nxapi']),
|
||||
use_ssl=dict(default=False, type='bool'),
|
||||
validate_certs=dict(default=True, type='bool'),
|
||||
provider=dict(type='dict')
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue