mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1b947eaf92
When looking up the `no_log` setting for a parameter that is an alias in `AnsibleModule._log_invocation()`, the alias value will always be an empty dictionary since `self.aliases` on the `AnsibleModule` instance is never updated after initialization. Since the `no_log` setting is on the canonical parameter not the alias, an incorrect warning is issued if the parameter matches `PASSWORD_MATCH`. This PR returns the aliases dictionary as an attribute of the `ValidationResult` and updates the `aliases` attribute on the `AnsibleModule` instance. |
3 years ago | |
---|---|---|
.. | ||
__init__.py | 9 years ago | |
test__log_invocation.py | 7 years ago | |
test__symbolic_mode_to_octal.py | 4 years ago | |
test_argument_spec.py | 3 years ago | |
test_atomic_move.py | 4 years ago | |
test_command_nonexisting.py | 4 years ago | |
test_deprecate_warn.py | 3 years ago | |
test_dict_converters.py | 7 years ago | |
test_exit_json.py | 4 years ago | |
test_filesystem.py | 3 years ago | |
test_get_file_attributes.py | 4 years ago | |
test_get_module_path.py | 3 years ago | |
test_heuristic_log_sanitize.py | 3 years ago | |
test_imports.py | 3 years ago | |
test_log.py | 6 years ago | |
test_no_log.py | 4 years ago | |
test_platform_distribution.py | 3 years ago | |
test_run_command.py | 4 years ago | |
test_safe_eval.py | 4 years ago | |
test_sanitize_keys.py | 4 years ago | |
test_selinux.py | 3 years ago | |
test_set_cwd.py | 3 years ago | |
test_set_mode_if_different.py | 4 years ago | |
test_tmpdir.py | 3 years ago |