mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
* Fixes #23388 Network provider masks too much * Fix trailing whitespace
This commit is contained in:
parent
0cf1e8e061
commit
d4bd54d3b8
14 changed files with 75 additions and 13 deletions
|
@ -40,7 +40,7 @@ ios_argument_spec = {
|
|||
'authorize': dict(fallback=(env_fallback, ['ANSIBLE_NET_AUTHORIZE']), type='bool'),
|
||||
'auth_pass': dict(fallback=(env_fallback, ['ANSIBLE_NET_AUTH_PASS']), no_log=True),
|
||||
'timeout': dict(type='int'),
|
||||
'provider': dict(type='dict', no_log=True),
|
||||
'provider': dict(type='dict'),
|
||||
}
|
||||
|
||||
def check_args(module, warnings):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue