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
Martin Krizek 70b4ce5efd
2.9: native types: literal_eval all the things (#68938) (#69044)
* 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.

(cherry picked from commit acdc9eb76d)

* Fix tests
6 years ago
..
ansible_test Relocate ansible-test self tests outside package. (#61255) 6 years ago
integration 2.9: native types: literal_eval all the things (#68938) (#69044) 6 years ago
legacy Rename Azure modules: facts -> info (#61505) 6 years ago
lib/ansible_test Add RHEL 8.2 to CI 6 years ago
sanity 2.9: native types: literal_eval all the things (#68938) (#69044) 6 years ago
units ansible-galaxy - Fix tar path traversal issue during install - CVE-2020-10691 - 2.9 (#68601) 6 years ago
utils Increase unit test timeouts. 6 years ago