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/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.
4 years ago
..
__init__.py Prevent templating unused variables for {%include%} (#68749) 4 years ago
native_helpers.py native types: literal_eval all the things (#68938) 4 years ago
safe_eval.py also allow None Type for safe eval (#58269) 5 years ago
template.py Prevent templating unused variables for {%include%} (#68749) 4 years ago
vars.py Templar: encapsulate _available_variables (#55435) 5 years ago