community.general/lib/ansible/plugins/connection
Abhijit Menon-Sen 38c7422da5 Move ControlPersist/Path checking into a separate method
This is also peripheral to what _build_command needs, can be improved
and tested independently, and so makes more sense in a separate method.

This commit doesn't change any functionality (and I've verified that it
works with the various combinations: control_path set in ansible.cfg,
ssh_args adding or not adding ControlMaster/ControlPersist, etc.).
2015-09-28 21:11:56 +05:30
..
__init__.py Document how a command is executed on the remote machine 2015-09-26 10:00:28 -07:00
accelerate.py Remove tmp as a parameter to the connection plugins 2015-09-24 13:33:57 -07:00
chroot.py Port chroot conection plugin to the latest v2 connection API. 2015-09-26 10:00:28 -07:00
docker.py Remove tmp as a parameter to the connection plugins 2015-09-24 13:33:57 -07:00
funcd.py Remove tmp as a parameter to the connection plugins 2015-09-24 13:33:57 -07:00
jail.py Remove tmp as a parameter to the connection plugins 2015-09-24 13:33:57 -07:00
libvirt_lxc.py Remove tmp as a parameter to the connection plugins 2015-09-24 13:33:57 -07:00
local.py Remove tmp as a parameter to the connection plugins 2015-09-24 13:33:57 -07:00
paramiko_ssh.py Remove tmp as a parameter to the connection plugins 2015-09-24 13:33:57 -07:00
ssh.py Move ControlPersist/Path checking into a separate method 2015-09-28 21:11:56 +05:30
winrm.py Remove tmp as a parameter to the connection plugins 2015-09-24 13:33:57 -07:00
zone.py Remove tmp as a parameter to the connection plugins 2015-09-24 13:33:57 -07:00