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
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
..
cli Revert "Fix missing persistent connection messages (#68496)" (#69147) 6 years ago
compat Update bundled copy of selectors2 from 1.1.0 to 1.1.1 (#55457) 7 years ago
config strip spaces for each value in host list lists (#67701) (#67740) 6 years ago
errors [2.9] include_vars: Check NoneType for raw_params (#65301) 6 years ago
executor fix vault temp file handling (#68433) 6 years ago
galaxy ansible-galaxy - Fix tar path traversal issue during install - CVE-2020-10691 - 2.9 (#68601) 6 years ago
inventory [stable-2.9] Account for empty strings when splitting the host pattern (#62442) (#62679) 6 years ago
module_utils influxdb: Fix documentation (#67807) 6 years ago
modules influxdb: Fix documentation (#67807) 6 years ago
parsing preserve json parsing error (#58461) 6 years ago
playbook [stable-2.9] Allow a collection role to call a standalone role by default (#69102) 6 years ago
plugins preserve json parsing error (#58461) 6 years ago
template 2.9: native types: literal_eval all the things (#68938) (#69044) 6 years ago
utils fixed fetch traversal from slurp (#68720) 6 years ago
vars prevent ansible_facts injection (#68431) 6 years ago
__init__.py
constants.py prevent ansible_facts injection (#68431) 6 years ago
context.py Become plugins (#50991) 7 years ago
release.py Update Ansible release version to v2.9.7.post0. 6 years ago