mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
fixes eos action mapping of play_context values (#21614)
* adds mapping for ssh_keyfile * adds correct mappings for eapi * fixes missing no_log value for provider arg
This commit is contained in:
@@ -57,7 +57,7 @@ eos_argument_spec = {
|
||||
'validate_certs': dict(type='bool'),
|
||||
'timeout': dict(type='int'),
|
||||
|
||||
'provider': dict(type='dict'),
|
||||
'provider': dict(type='dict', no_log=True),
|
||||
'transport': dict(choices=['cli', 'eapi'])
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user