community.general/lib/ansible/plugins
Abhijit Menon-Sen 37c4e9aee3 Clean up debug logging around _low_level_execute_command
We were logging the command to be executed many times, which made debug
logs very hard to read. Now we do it only once.

Also makes the logged ssh command line cut-and-paste-able (the lack of
which has confused a number of people by now; the problem being that we
pass the command as a single argument to execve(), so it doesn't need an
extra level of quoting as it does when you try to run it by hand).
2015-12-11 07:11:48 +05:30
..
action Clean up debug logging around _low_level_execute_command 2015-12-11 07:11:48 +05:30
cache substitute tilde and env vars before storing C.CACHE_PLUGIN_CONNECTION as instance attribute 2015-11-12 16:52:02 +01:00
callback Make on_file_diff callback item-aware 2015-12-09 14:52:53 -05:00
connection Clean up debug logging around _low_level_execute_command 2015-12-11 07:11:48 +05:30
filter Add an 'extract' filter 2015-12-02 18:16:38 +05:30
inventory Bundle a new version of python-six for compatibility along with some code to make it easy for distributions to override the bunndled copy if they have a new enough version. 2015-10-16 08:21:28 -07:00
lookup no need to be executable 2015-11-16 14:40:35 -08:00
shell Now and/or shell expressions depend on shell plugin 2015-12-03 16:38:34 -08:00
strategy Make on_file_diff callback item-aware 2015-12-09 14:52:53 -05:00
test Revert "success should not include skipped" 2015-11-19 11:12:18 -08:00
vars Making the switch to v2 2015-05-03 21:47:26 -05:00
__init__.py Fix non-module plugins picking up files that did not end in .py. 2015-11-19 09:39:37 -08:00