removed warn, which is added in 2.3
This commit is contained in:
parent
20d67cc562
commit
68dbed2a5e
1 changed files with 0 additions and 1 deletions
|
@ -1641,7 +1641,6 @@ class AnsibleModule(object):
|
||||||
# try to capture all passwords/passphrase named fields
|
# try to capture all passwords/passphrase named fields
|
||||||
elif arg_type != 'bool' and PASSWORD_MATCH.search(param):
|
elif arg_type != 'bool' and PASSWORD_MATCH.search(param):
|
||||||
log_args[param] = 'NOT_LOGGING_PASSWORD'
|
log_args[param] = 'NOT_LOGGING_PASSWORD'
|
||||||
self.warn('Module did not set no_log for %s' % param)
|
|
||||||
else:
|
else:
|
||||||
param_val = self.params[param]
|
param_val = self.params[param]
|
||||||
if not isinstance(param_val, basestring):
|
if not isinstance(param_val, basestring):
|
||||||
|
|
Loading…
Reference in a new issue