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/jinja2_native_types
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
..
aliases Update Shippable integration test groups. (#43118) 6 years ago
inventory.jinja2_native_types Set HostVars._variable_manager's attrs (#65508) 5 years ago
runme.sh Set HostVars._variable_manager's attrs (#65508) 5 years ago
runtests.yml Use correct python for -c invocations in tests. (#54577) 5 years ago
test_bool.yml
test_casting.yml native types: literal_eval all the things (#68938) 4 years ago
test_concatentation.yml native types: literal_eval all the things (#68938) 4 years ago
test_dunder.yml
test_hostvars.yml Set HostVars._variable_manager's attrs (#65508) 5 years ago
test_none.yml
test_template.yml Do not strip new lines in native jinja (#46751) 6 years ago
test_template_newlines.j2 Do not strip new lines in native jinja (#46751) 6 years ago
test_types.yml
test_vault.yml Fix using vault encrypted data with jinja2_native (#49025) 6 years ago
test_vault_pass Fix using vault encrypted data with jinja2_native (#49025) 6 years ago