adds no_log to provider arg in iosxr shared lib (#21617)

pull/21625/head
Peter Sprygada 8 years ago committed by GitHub
parent c875393916
commit 912877c3dd

@ -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')
'provider': dict(type='dict', no_log=True)
}
def check_args(module, warnings):

Loading…
Cancel
Save