mirror of https://github.com/ansible/ansible.git
fix from_yaml_all filter inconsistent None handling (#85223)
* fix from_yaml_all filter inconsistent None handling
* always returns empty list for None or empty string input
* deprecate non-string inputs for from_yaml and from_yaml_all
(cherry picked from commit 356bf336bd)
pull/85255/head
parent
fa2f1e4750
commit
40a675543f
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- from_yaml_all filter - `None` and empty string inputs now always return an empty list. Previously, `None` was returned in Jinja native mode and empty list in classic mode.
|
||||
Loading…
Reference in New Issue