mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-08 11:43:10 +00:00
Update nxos.py
This commit is contained in:
@@ -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')
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user