community.general/lib/ansible/runner
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
..
action_plugins If remote_checksum fails because the dest is a directory, try a file within the dest. 2015-02-25 11:26:43 -08:00
connection_plugins Merge pull request #10320 from bcoca/ssh_fix_notokens 2015-02-25 10:34:04 -05:00
filter_plugins Add function to ipaddr for getting the nth host within a network 2015-02-23 13:42:03 -08:00
lookup_plugins Merge pull request #10311 from jpmens/lookup-module-dig1 2015-02-27 09:33:26 -05:00
shell_plugins Rework the shell quoting of remote checksumming 2015-03-02 15:42:18 -08:00
__init__.py Merge pull request #9293 from cchurch/module_suffixes 2015-02-26 23:33:51 -05:00
connection.py fixed ssh fix, bad test case but it should work now 2014-11-06 14:56:44 -05:00
poller.py Ensure ansible_job_id exists even for not-started jobs 2014-09-01 16:31:37 -07:00
return_data.py Use correct keyword for this function. 2014-09-11 12:32:51 -04:00