You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/parsing
James Cammarata f2713f764c 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 #13630
10 years ago
..
utils Fixing up jsonify and adding unit tests 10 years ago
vault Catch ValueError as well because of El Capitan provoking a bug in python2's subprocess 10 years ago
yaml Use a unicode format string so that we don't convert to byte strings 10 years ago
__init__.py Break apart a looped dependency to show a warning when parsing playbooks 10 years ago
dataloader.py Use to_bytes on filenames in filesystem calls. 10 years ago
mod_args.py Added more info to the no action detected error 10 years ago
quoting.py Break apart a looped dependency to show a warning when parsing playbooks 10 years ago
splitter.py Take previous jinja2 blocks into account in splitter when we see quotes 10 years ago