ansible/lib/ansible
James Cammarata eb850bf81a Fix issue with unarchive disabling pipelining mode
Was using persist_files=True when specifying the create paramater,
which breaks pipelining. Switched to use delete_remote_tmp=False instead,
which is the proper way to preserve the remove tmp dir when running
other modules from the action plugin.
2015-03-12 10:22:06 -05: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
inventory Merge pull request #8936 from srvg/inventoryscript_onlychildren 2015-03-05 17:11:04 -05:00
module_utils Merge pull request #10420 from bmanojlovic/devel 2015-03-10 15:59:34 -04:00
modules Update the module pointers 2015-03-11 19:10:38 -07:00
playbook Merge pull request #10329 from bcoca/var_merge_combined 2015-03-12 10:58:12 -04:00
runner Fix issue with unarchive disabling pipelining mode 2015-03-12 10:22:06 -05:00
utils set 'nonstring' arg to passthru. 2015-03-12 12:36:50 +09:00
__init__.py Bumping files for 1.9 2014-11-25 16:49:45 -06:00
callbacks.py Use to_bytes instead of .encode(). Fixes the fact that errors is a positional argument, not a kw arg in .encode() 2015-03-04 11:07:00 -08:00
color.py
constants.py fixes password error detection for ssh connection plugin 2015-03-11 16:11:27 -04:00
errors.py Make AnsibleError a plain ol' exception 2015-01-29 10:36:06 -08:00
module_common.py Workaround more python-2.6 shlex not being able to handle unicode strings 2014-10-08 14:30:36 -04:00