ansible/lib/ansible
Toshio Kuratomi a8c02b7049 Rework the shell quoting of remote checksumming
Instead of getting rid of pipes.quote, use pipes.quote and get rid of
the manually entered toplevel quotes.  This should properly escape
backslashes, quotes, and other characters.

Also fix the new checksumming python "one-liner" for csh.
ansible_shell_type needs to be set to csh.

Fixes #10363
Fixes #10353
2015-03-02 15:42:18 -08:00
..
cache Restore json import for redis as well. Switch preference to simplejson for speed 2014-12-23 13:14:14 -08:00
callback_plugins Remove runner_on_error callback that is never used. 2014-07-01 17:02:10 -04:00
inventory Reverse the conditional so there's one less return from this function 2015-02-26 22:50:11 -08:00
module_utils Merge pull request #10035 from phenomenes/fix_9911 2015-02-26 22:44:23 -05:00
modules Update core and extras module pointers 2015-03-02 15:40:11 -08:00
playbook Fix name of a task containing a template causing traceback 2015-02-26 14:05:33 -08:00
runner Rework the shell quoting of remote checksumming 2015-03-02 15:42:18 -08:00
utils Merge pull request #9293 from cchurch/module_suffixes 2015-02-26 23:33:51 -05:00
__init__.py Bumping files for 1.9 2014-11-25 16:49:45 -06:00
callbacks.py * Transform vars_prompt result to unicode type before returning (Fixes #10319) 2015-02-23 07:59:20 -08:00
color.py fixed typos found by RETF rules in PY files 2014-05-03 18:40:05 +02:00
constants.py Merge pull request #4820 from mscherer/add_local_config 2015-02-11 14:44:07 -05:00
errors.py
module_common.py Workaround more python-2.6 shlex not being able to handle unicode strings 2014-10-08 14:30:36 -04:00