ansible-config_template/tests/files
Dmitriy Rabotyagov e528ed0e9e Fix usage of {% raw %} tags and Jinja2 headers
At the moment we do resolve template 2 times for some historical reasons

This leads to {% raw %} tag as well as any other content be not respected
on the second renderring, since after the first one these tags
are gone, so no escaping or whatsoever work.

At the same time there're no obvious reasons to render second time,
since all override content is being renderred already. So there should
not be anything left that indeed needs this second run.

Change-Id: I414b1b3b4e426316707dda23b9aeff6b6f4f7c2f
Closes-Bug: #1649381
2023-05-01 11:17:53 +02:00
..
Packages Add Packages file parsing lookup 2017-03-27 11:43:23 +00:00
test_comment_configs.ini.expected Fix section overrides when commented option persist 2020-07-30 20:18:07 +03:00
test_content_no_overrides.json.expected Handle 'dict' type as input of 'content' 2017-06-22 21:46:31 +00:00
test_default_section.ini.expected Fix writing of keys without values 2019-07-26 17:07:07 +00:00
test_extend.yml.expected Fix py3 unicode issue 2018-04-25 12:03:03 +01:00
test_jinja_variables.yml.expected Add support for start/end_string arguments 2023-04-29 02:54:36 +00:00
test_list_only.yml.expected Add the ability to parse list only files 2019-07-25 16:37:56 -05:00
test_list_only_replace.yml.expected Add the ability to parse list only files 2019-07-25 16:37:56 -05:00
test_multiline_strs.yml.expected config_template does not respect yaml multiline as overrides 2019-04-25 11:30:59 +00:00
test_multistropts.ini.expected Add multistropt test cases 2019-02-13 21:12:29 +00:00
test_no_extend.yml.expected Fix py3 unicode issue 2018-04-25 12:03:03 +01:00
test_raw_content.ini.expected Fix usage of {% raw %} tags and Jinja2 headers 2023-05-01 11:17:53 +02:00
test_remote_src_multistropts.ini.expected Fix writing of keys without values 2019-07-26 17:07:07 +00:00