mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 06:31:23 -07: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:
parent
e05b2b56f2
commit
e6dfbf63f6
2 changed files with 15 additions and 13 deletions
|
@ -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'])
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue