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
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.
1 year ago
..
collections/ansible_collections/foo/bar Role argspec: allow new argument spec file (#74582) 3 years ago
roles argspec - fix validating type for required options that are None (#79677) 1 year ago
aliases Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
runme.sh role argspec - tag role argspec validation task with 'always' (#74994) 3 years ago
test.yml argspec - fix validating type for required options that are None (#79677) 1 year ago
test_complex_role_fails.yml fix role argument spec error for invalid suboptions (#76578) 2 years ago
test_play_level_role_fails.yml Role arg spec validation implementation (#73152) 4 years ago
test_tags.yml role argspec - tag role argspec validation task with 'always' (#74994) 3 years ago