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
2016-03-28 15:43:43 -04:00
..
utils Fixing up jsonify and adding unit tests 2016-02-29 14:51:23 -05:00
vault Catch ValueError as well because of El Capitan provoking a bug in python2's subprocess 2016-03-18 05:52:53 -07:00
yaml Use a unicode format string so that we don't convert to byte strings 2016-02-26 10:29:37 -08:00
__init__.py Break apart a looped dependency to show a warning when parsing playbooks 2015-10-27 12:39:42 -07:00
dataloader.py Use to_bytes on filenames in filesystem calls. 2016-03-04 09:08:41 -08:00
mod_args.py Added more info to the no action detected error 2016-02-08 16:51:10 -05:00
quoting.py Break apart a looped dependency to show a warning when parsing playbooks 2015-10-27 12:39:42 -07:00
splitter.py Take previous jinja2 blocks into account in splitter when we see quotes 2016-03-28 15:43:43 -04:00