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_allpull/85230/head
parent
f05b1d1ccf
commit
356bf336bd
@ -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