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.
* 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 (cherry picked from commit |
5 months ago | |
|---|---|---|
| .. | ||
| _internal | 5 months ago | |
| _vendor | 2 years ago | |
| ansible_test | 7 months ago | |
| cli | 6 months ago | |
| config | 6 months ago | |
| errors | 7 months ago | |
| executor | 6 months ago | |
| galaxy | 9 months ago | |
| inventory | 9 months ago | |
| inventory_test_data/group_vars | 11 years ago | |
| mock | 7 months ago | |
| module_utils | 5 months ago | |
| modules | 6 months ago | |
| parsing | 7 months ago | |
| playbook | 5 months ago | |
| plugins | 5 months ago | |
| regex | 2 years ago | |
| template | 6 months ago | |
| test_utils | 7 months ago | |
| utils | 6 months ago | |
| vars | 9 months ago | |
| __init__.py | 9 years ago | |
| conftest.py | 7 months ago | |
| controller_only_conftest.py | 8 months ago | |
| requirements.txt | 10 months ago | |
| test_context.py | 2 years ago | |
| test_no_tty.py | 2 years ago | |