mirror of https://github.com/ansible/ansible.git
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 * changelogpull/55940/head
parent
c4004b5fb1
commit
11279a909d
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- combine filter - Validate that undefined variables aren't used (https://github.com/ansible/ansible/issues/55810).
|
Loading…
Reference in New Issue