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
Toshio Kuratomi 915d232d5f jinja2 cannot handle byte strs with non-ascii. So we need to transform potential byte str into unicode type. This fix is for dynamic inventory.
Fixes #10007
11 years ago
..
cache Restore json import for redis as well. Switch preference to simplejson for speed 11 years ago
callback_plugins Remove runner_on_error callback that is never used. 12 years ago
inventory jinja2 cannot handle byte strs with non-ascii. So we need to transform potential byte str into unicode type. This fix is for dynamic inventory. 11 years ago
module_utils jinja2 cannot handle byte strs with non-ascii. So we need to transform potential byte str into unicode type. This fix is for dynamic inventory. 11 years ago
modules Update the modules 11 years ago
playbook Merge pull request #8651 from ks888/enable-env-kw-at-play-level 11 years ago
runner Fix quoting of shell parameters used in remote_checksum and add integration test to detect the error 11 years ago
utils Revert "Support variable values with dashes" 11 years ago
__init__.py Bumping files for 1.9 11 years ago
callbacks.py jinja2 cannot handle byte strs with non-ascii. So we need to transform potential byte str into unicode type. This fix is for dynamic inventory. 11 years ago
color.py fixed typos found by RETF rules in PY files 12 years ago
constants.py Revert "Fix: Add support for SSL protocol version configuration option" 11 years ago
errors.py Update various copyrights. Not complete, but sufficient. 12 years ago
module_common.py Workaround more python-2.6 shlex not being able to handle unicode strings 11 years ago