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/apt_repository/tasks
Matt Davis e3c9908679
Backward-compatible None handling in template concat and argspec str (#85652)
* templating coerces None to empty string on multi-node result

* avoid simple cases of embedded `None` in multi-node string concatenated template results ala <=2.18
* single-node template results preserve NoneType

* add None->empty str equivalency to argspec validation

* fix integration tests
* remove conversion error message check from apt_repository test
* remove error message check on `None` value for required str argspec in roles_arg_spec test (now logically-equivalent to empty string)

* explanatory comment for None->empty str coalesce
4 months ago
..
apt.yml Backward-compatible None handling in template concat and argspec str (#85652) 4 months ago
cleanup.yml Fix cosmetic problems in YAML source 9 years ago
main.yml Replace deprectated include with {import,include}_tasks in apt{,_repository,_key} integration tests (#71964) 5 years ago
mode.yaml Typo fixes and other bits and bobs (#83672) 1 year ago
mode_cleanup.yaml Add missing newlines to YAML files (#80031) 3 years ago