mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 11:51:26 -07:00
adds no_log to provider arg in iosxr shared lib (#21617)
This commit is contained in:
parent
c875393916
commit
912877c3dd
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ iosxr_argument_spec = {
|
||||||
'password': dict(fallback=(env_fallback, ['ANSIBLE_NET_PASSWORD']), no_log=True),
|
'password': dict(fallback=(env_fallback, ['ANSIBLE_NET_PASSWORD']), no_log=True),
|
||||||
'ssh_keyfile': dict(fallback=(env_fallback, ['ANSIBLE_NET_SSH_KEYFILE']), type='path'),
|
'ssh_keyfile': dict(fallback=(env_fallback, ['ANSIBLE_NET_SSH_KEYFILE']), type='path'),
|
||||||
'timeout': dict(type='int'),
|
'timeout': dict(type='int'),
|
||||||
'provider': dict(type='dict')
|
'provider': dict(type='dict', no_log=True)
|
||||||
}
|
}
|
||||||
|
|
||||||
def check_args(module, warnings):
|
def check_args(module, warnings):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue