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/test/integration/targets/template/files
Alex Tsitsimpis c3ab6cb9b1 template: Add option to `lstrip_blocks' and fix setting`trim_blocks` inline (#37478)
* template: Add integration tests for `lstrip_blocks'

Signed-off-by: Alex Tsitsimpis <alextsi@arrikto.com>

* template: Fix passing `trim_blocks' inline

Fix passing `trim_blocks' option to the template module as inline
argument. Previously passing the `trim_blocks' option inline instead of
using the YAML dictionary format resulted in it always being set to
`True', even if `trim_blocks=False' was used.

Signed-off-by: Alex Tsitsimpis <alextsi@arrikto.com>

* template: Add option to `lstrip_blocks'

Add option to set `lstrip_blocks' when using the template module to
render Jinja templates. The Jinja documentation suggests that
`trim_blocks' and `lstrip_blocks' is a great combination and the
template module already provides an option for `trim_blocks'.

Note that although `trim_blocks' in Ansible is enabled by default since
version 2.4, in order to avoid breaking things keep `lstrip_blocks'
disabled by default. Maybe in a future version it could be enabled by
default.

This seems to address issue #10725 in a more appropriate way than the
suggested.

Signed-off-by: Alex Tsitsimpis <alextsi@arrikto.com>

* template: Add integration tests for `trim_blocks'

Signed-off-by: Alex Tsitsimpis <alextsi@arrikto.com>

* template: Check Jinja2 support for `lstrip_blocks'

Since the `lstrip_blocks' option was added in Jinja2 version 2.7, raise
an exception when `lstrip_blocks' is set but Jinja2 does not support it.
Check support for `lstrip_blocks' option by checking `jinja2.defaults'
for `LSTRIP_BLOCKS' and do not use `jinja2.__version__' because the
latter is set to `unknown' in some cases, perhaps due to bug in
`pkg_resources' in Python 2.6.6.

Also update option description to state that Jinja2 version >=2.7 is
required.

Signed-off-by: Alex Tsitsimpis <alextsi@arrikto.com>
7 years ago
..
foo-py26.txt Migrate Linux CI roles to test targets. (#17997) 8 years ago
foo.dos.txt Windows: Use the correct newline sequence for the platform (#21846) 8 years ago
foo.txt Migrate Linux CI roles to test targets. (#17997) 8 years ago
foo.unix.txt Windows: Use the correct newline sequence for the platform (#21846) 8 years ago
import_as.expected template: fix KeyError: 'undefined variable: 0 (#27972) 7 years ago
import_as_with_context.expected template: fix KeyError: 'undefined variable: 0 (#27972) 7 years ago
import_with_context.expected template: fix KeyError: 'undefined variable: 0 (#27972) 7 years ago
lstrip_blocks_false.expected template: Add option to `lstrip_blocks' and fix setting`trim_blocks` inline (#37478) 7 years ago
lstrip_blocks_true.expected template: Add option to `lstrip_blocks' and fix setting`trim_blocks` inline (#37478) 7 years ago
trim_blocks_false.expected template: Add option to `lstrip_blocks' and fix setting`trim_blocks` inline (#37478) 7 years ago
trim_blocks_true.expected template: Add option to `lstrip_blocks' and fix setting`trim_blocks` inline (#37478) 7 years ago