community.general/lib/ansible/plugins/connection
Toshio Kuratomi 10a4a4e986 Quote any file paths that we have to use with dd to copy.
This is because we pass the whole dd command string into the shell
that's running on the contained environment rather than running it
directly from python via subprocess without a shell.
2015-10-03 18:07:27 -07:00
..
__init__.py One more try -- the error message should reference the become method 2015-09-28 11:28:33 -07:00
accelerate.py Fixing accelerated connection plugin 2015-10-02 00:50:02 -04:00
chroot.py Quote any file paths that we have to use with dd to copy. 2015-10-03 18:07:27 -07:00
docker.py Quote any file paths that we have to use with dd to copy. 2015-10-03 18:07:27 -07:00
funcd.py Remove tmp as a parameter to the connection plugins 2015-09-24 13:33:57 -07:00
jail.py Quote any file paths that we have to use with dd to copy. 2015-10-03 18:07:27 -07:00
libvirt_lxc.py Quote any file paths that we have to use with dd to copy. 2015-10-03 18:07:27 -07:00
local.py Remove tmp as a parameter to the connection plugins 2015-09-24 13:33:57 -07:00
paramiko_ssh.py fixed error reporting for unkown become user 2015-10-01 18:58:16 -04:00
ssh.py Pass default None to getattr, remove repeated call 2015-10-02 21:26:25 +05:30
winrm.py Remove tmp as a parameter to the connection plugins 2015-09-24 13:33:57 -07:00
zone.py Quote any file paths that we have to use with dd to copy. 2015-10-03 18:07:27 -07:00