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/integration/targets/roles_arg_spec/roles
Sloane Hertel 694c11d5bd
argspec - fix validating type for required options that are None (#79677)
* Only bypass type validation for null parameters if the default is None. A default is mutually exclusive with required.

* Prevent coercing None to str type. Fail the type check instead.
2 years ago
..
a
b
c argspec - fix validating type for required options that are None (#79677) 2 years ago
empty_argspec Fix unexpected exception when a role has an empty argument_specs.yml (#75604) 3 years ago
empty_file Fix unexpected exception when a role has an empty argument_specs.yml (#75604) 3 years ago
role_with_no_tasks/meta
test1 Skip recursive suboption validation if sub_parameters is not a dict (#75635) 3 years ago