Fixes #23388 Network provider masks too much (#23418)

* Fixes #23388 Network provider masks too much

* Fix trailing whitespace
This commit is contained in:
Chris Alfonso 2017-04-07 14:34:47 -06:00 committed by GitHub
commit d4bd54d3b8
14 changed files with 75 additions and 13 deletions

View file

@ -39,7 +39,7 @@ iosxr_argument_spec = {
'password': dict(fallback=(env_fallback, ['ANSIBLE_NET_PASSWORD']), no_log=True),
'ssh_keyfile': dict(fallback=(env_fallback, ['ANSIBLE_NET_SSH_KEYFILE']), type='path'),
'timeout': dict(type='int'),
'provider': dict(type='dict', no_log=True)
'provider': dict(type='dict')
}
def check_args(module, warnings):