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
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
..
cli Should be errors=strict since we don't want to end up matching hosts like '???' 10 years ago
compat Bundle a new version of python-six for compatibility along with some code to make it easy for distributions to override the bunndled copy if they have a new enough version. 10 years ago
config Making the switch to v2 11 years ago
errors Add options to make includes 'static' 10 years ago
executor Fix --start-at-task which was broken by the setup task revamp 10 years ago
galaxy Remove trailing whitespace from the galaxy init Jinja2 template. Default a description. 10 years ago
inventory Don't process the same host multiple times 10 years ago
module_utils Some helper functions to work with boto3 10 years ago
modules Update submodule refs 10 years ago
new_inventory fix some warning of undefined name. 10 years ago
parsing Take previous jinja2 blocks into account in splitter when we see quotes 10 years ago
playbook fixed some breaks after merging ansible/devel 10 years ago
plugins Merge pull request #15173 from mattclay/issue6072 10 years ago
template Merge pull request #14504 from bcoca/template_comments 10 years ago
utils Fix boolean choices in module docs fragments 10 years ago
vars Make default var lookup for tasks follow the dep chain 10 years ago
__init__.py Bump version in devel now that stable-2.0 has been branched 10 years ago
constants.py Add options to make includes 'static' 10 years ago
test-requirements.txt Making the switch to v2 11 years ago