ansible/lib/ansible/template
Martin Krizek acdc9eb76d
native types: literal_eval all the things (#68938)
With https://github.com/pallets/jinja/pull/1190 merged our short-circuit
is no longer valid (has it ever been?) as now data like ' True ' may go
through our ansible_native_concat function as opposed to going through
intermediate call to Jinja2's native_concat before. Now we need to always
send data through literal_eval to ensure native types are returned.
2020-04-17 14:59:52 +02:00
..
__init__.py Prevent templating unused variables for {%include%} (#68749) 2020-04-14 10:27:02 +02:00
native_helpers.py native types: literal_eval all the things (#68938) 2020-04-17 14:59:52 +02:00
safe_eval.py also allow None Type for safe eval (#58269) 2019-06-24 17:05:18 -04:00
template.py Prevent templating unused variables for {%include%} (#68749) 2020-04-14 10:27:02 +02:00
vars.py Templar: encapsulate _available_variables (#55435) 2019-05-20 11:49:54 -04:00