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.
* [stable-2.12] arg_spec - Return aliases in validation result and update aliases (#77576)
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.
(cherry picked from commit
|
4 years ago | |
|---|---|---|
| .. | ||
| __init__.py | ||
| test__log_invocation.py | 8 years ago | |
| test__symbolic_mode_to_octal.py | 6 years ago | |
| test_argument_spec.py | 4 years ago | |
| test_atomic_move.py | 5 years ago | |
| test_command_nonexisting.py | 5 years ago | |
| test_deprecate_warn.py | 5 years ago | |
| test_dict_converters.py | 8 years ago | |
| test_exit_json.py | 5 years ago | |
| test_filesystem.py | 7 years ago | |
| test_get_file_attributes.py | 5 years ago | |
| test_get_module_path.py | 7 years ago | |
| test_heuristic_log_sanitize.py | 4 years ago | |
| test_imports.py | 4 years ago | |
| test_log.py | 7 years ago | |
| test_no_log.py | 6 years ago | |
| test_platform_distribution.py | 5 years ago | |
| test_run_command.py | 5 years ago | |
| test_safe_eval.py | 6 years ago | |
| test_sanitize_keys.py | 6 years ago | |
| test_selinux.py | 5 years ago | |
| test_set_cwd.py | 6 years ago | |
| test_set_mode_if_different.py | 5 years ago | |
| test_tmpdir.py | 6 years ago | |