community.general/lib/ansible/plugins/connection
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
..
__init__.py Properly check for prompting state when re-using ssh connection 2015-11-24 09:09:54 -05:00
accelerate.py Finish up plugin porting to global display 2015-11-11 10:44:23 -08:00
chroot.py Finish up plugin porting to global display 2015-11-11 10:44:23 -08:00
docker.py Docker cp sets file ownership to root:root so we can't use it. 2015-11-20 07:45:00 -08:00
funcd.py Revert "Remove the funcd connection plugin" 2015-12-09 13:32:11 -08:00
jail.py Finish up plugin porting to global display 2015-11-11 10:44:23 -08:00
libvirt_lxc.py Finish up plugin porting to global display 2015-11-11 10:44:23 -08:00
local.py _connect no longer takes a port argument 2015-12-01 09:12:25 -08:00
paramiko_ssh.py Finish up plugin porting to global display 2015-11-11 10:44:23 -08:00
ssh.py Clean up debug logging around _low_level_execute_command 2015-12-11 07:11:48 +05:30
winrm.py allow shell plugin to affect remote module filename 2015-12-01 13:39:02 -08:00
zone.py zone connection plugin bugfixes and pipelining and sudo become methods enabled! 2015-11-16 11:14:13 -08:00