mirror of https://github.com/ansible/ansible.git
Take previous jinja2 blocks into account in splitter when we see quotes
Previously, split_args() was not taking print/block/comment depth into account when splitting things, meaning that if there was a quote character inside an un-quoted variable (ie. {{ foo | some_filter(' ') }}), it was incorrectly splitting on the quotes instead of continuing to append to the previous param. Fixes #13630pull/14826/head
parent
0c92ec5e8f
commit
f2713f764c
Loading…
Reference in New Issue