mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update nxos.py
This commit is contained in:
parent
93542b3666
commit
8bceff5136
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ NET_COMMON_ARGS = dict(
|
||||||
password=dict(no_log=True),
|
password=dict(no_log=True),
|
||||||
transport=dict(default='cli', choices=['cli', 'nxapi']),
|
transport=dict(default='cli', choices=['cli', 'nxapi']),
|
||||||
use_ssl=dict(default=False, type='bool'),
|
use_ssl=dict(default=False, type='bool'),
|
||||||
|
validate_certs=dict(default=True, type='bool'),
|
||||||
provider=dict(type='dict')
|
provider=dict(type='dict')
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue