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.
ansible/test
Sam Doran 1b947eaf92
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.
2 years ago
..
ansible_test ansible-test - Move code from _data to _util. (#75495) 3 years ago
integration Add a test and changelog for non-string host names in yaml inventory files (#77569) 3 years ago
lib/ansible_test ansible-test - Support multiple coverage versions. 3 years ago
sanity apt_key: remove deprecated key module param (#77409) 3 years ago
support Remove collections compat from controller code. 3 years ago
units arg_spec - Return aliases in validation result and update aliases (#77576) 2 years ago
utils/shippable Fix Windows CI scripts. 3 years ago