mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
fixes a number of issues with nxos_facts (#22923)
* updates command runs to return warning if command fails * fixes variable issues from recent refactoring * removes provider from return of module
This commit is contained in:
@@ -50,7 +50,7 @@ nxos_argument_spec = {
|
||||
'validate_certs': dict(type='bool'),
|
||||
'timeout': dict(type='int'),
|
||||
|
||||
'provider': dict(type='dict', no_log=True),
|
||||
'provider': dict(type='dict'),
|
||||
'transport': dict(choices=['cli', 'nxapi'])
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user