1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/plugins/connection
Abhijit Menon-Sen 82b33c381f We don't need even a token timeout here; just poll once
The process is already gone, so there's not going to be any new data
showing up on its stderr; we only want to make sure that we haven't
missed something that was already written. So polling once is enough.
2015-09-24 12:10:16 -04:00
..
__init__.py remove the stdin return value from connection plugin exec_command() methods 2015-09-24 08:57:19 -07:00
accelerate.py remove the stdin return value from connection plugin exec_command() methods 2015-09-24 08:57:19 -07:00
chroot.py remove the stdin return value from connection plugin exec_command() methods 2015-09-24 08:57:19 -07:00
docker.py remove the stdin return value from connection plugin exec_command() methods 2015-09-24 08:57:19 -07:00
funcd.py remove the stdin return value from connection plugin exec_command() methods 2015-09-24 08:57:19 -07:00
jail.py remove the stdin return value from connection plugin exec_command() methods 2015-09-24 08:57:19 -07:00
libvirt_lxc.py remove the stdin return value from connection plugin exec_command() methods 2015-09-24 08:57:19 -07:00
local.py remove the stdin return value from connection plugin exec_command() methods 2015-09-24 08:57:19 -07:00
paramiko_ssh.py remove the stdin return value from connection plugin exec_command() methods 2015-09-24 08:57:19 -07:00
ssh.py We don't need even a token timeout here; just poll once 2015-09-24 12:10:16 -04:00
winrm.py remove the stdin return value from connection plugin exec_command() methods 2015-09-24 08:57:19 -07:00
zone.py remove the stdin return value from connection plugin exec_command() methods 2015-09-24 08:57:19 -07:00