summaryrefslogtreecommitdiff
path: root/lib/ansible/module_utils/iosxr.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/module_utils/iosxr.py')
-rw-r--r--lib/ansible/module_utils/iosxr.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/module_utils/iosxr.py b/lib/ansible/module_utils/iosxr.py
index 9b2deacf9c..570b904b34 100644
--- a/lib/ansible/module_utils/iosxr.py
+++ b/lib/ansible/module_utils/iosxr.py
@@ -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):