ansible/changelogs/fragments/55840-combine-filter-undefined-variables.yaml
Sloane Hertel 11279a909d fix combine filter using undefined vars (#55840)
* Check variables are defined before using combine filter

* Add tests for the combine filter

* Remove dependencies that should already be installed

* relocate the function to recursively check for undefined vars

add another test

* changelog
2019-04-30 11:10:19 -04:00

2 lines
128 B
YAML

bugfixes:
- combine filter - Validate that undefined variables aren't used (https://github.com/ansible/ansible/issues/55810).