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/runner/connection_plugins
Jesse Keating 5522d489e3 Avoid a traceback when using accelerate
This bit of code is attempting to access accelerate_inventory_host,
which may not have been set/created. This will cause a traceback.
Instead use getattr with a fallback to False.
2013-11-27 13:58:11 -08:00
..
__init__.py Add __init__'s to git 2012-09-06 18:43:28 -04:00
accelerate.py Avoid a traceback when using accelerate 2013-11-27 13:58:11 -08:00
chroot.py Remove unused modules 2013-05-18 23:11:47 +02:00
fireball.py Slight message tweak. 2013-06-30 18:27:15 -04:00
funcd.py connection plugin to reuse the func/certmaster interface instead of ssh 2013-10-19 00:32:59 +02:00
jail.py Minor pep8 cleanup in the new jail connection plugin 2013-09-25 14:48:30 -05:00
local.py Add ansible_sudo_pass hostvar support 2013-10-30 13:18:35 -05:00
paramiko_ssh.py Add ansible_sudo_pass hostvar support 2013-10-30 13:18:35 -05:00
ssh.py Fix missing eval for string search in ssh controlpersist 2013-11-22 12:22:53 -05:00