mirror of https://github.com/ansible/ansible.git
fix flatten handling of nulls/nones (#70141)
* fix flatten loop control issue (break -> continue)
fix issue #69012
(cherry picked from commit 2127be5ec5
)
* fixed null break bug and added option to include
fixes #69012
fixes #69013
Co-authored-by: pseudocoder <borisovano@users.noreply.github.com>
Co-authored-by: David Shrewsbury <Shrews@users.noreply.github.com>
pull/70431/head
parent
626df08d9d
commit
7a15a3a109
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- Continue execution when 'flatten' filter when it hits a None/null value as part of the list.
|
Loading…
Reference in New Issue