ansible/lib/ansible
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
..
cli Should be errors=strict since we don't want to end up matching hosts like '???' 2016-03-24 09:25:37 -07:00
compat
config
errors Add options to make includes 'static' 2016-03-24 10:12:51 -04:00
executor Fix --start-at-task which was broken by the setup task revamp 2016-03-25 11:32:19 -04:00
galaxy
inventory Don't process the same host multiple times 2016-03-24 16:43:43 -07:00
module_utils Some helper functions to work with boto3 2016-03-28 21:43:31 +11:00
modules Update submodule refs 2016-03-25 07:42:04 -07:00
new_inventory
parsing Take previous jinja2 blocks into account in splitter when we see quotes 2016-03-28 15:43:43 -04:00
playbook fixed some breaks after merging ansible/devel 2016-03-24 22:09:41 +01:00
plugins Merge pull request #15173 from mattclay/issue6072 2016-03-28 09:22:00 -07:00
template
utils Fix boolean choices in module docs fragments 2016-03-27 15:30:27 -05:00
vars Make default var lookup for tasks follow the dep chain 2016-03-24 09:51:36 -04:00
__init__.py
constants.py Add options to make includes 'static' 2016-03-24 10:12:51 -04:00
test-requirements.txt