ansible/lib/ansible
Peter Sprygada 765a76885b fixes issue where config sessions where left behind (#17673)
When using the Cli transport, if the session hung on a command and the
socket timed out, the config session would be left behind.  This change
will allow the shell to try to get control back and remove the config
session, assuming the channel is still open.

fixes ansible/ansible-modules-core#4945
2016-09-20 16:30:09 -04:00
..
cli win_shell/win_command changes + tests (#17557) 2016-09-15 11:25:56 -07:00
compat Move py34 mock_open compat to compat/test/mock (#17157) 2016-08-19 18:11:24 -04:00
config
errors Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 2016-09-06 22:54:17 -07:00
executor Take ITERATING_ALWAYS into account when setting failed state in PlayIterator 2016-09-20 11:11:52 -05:00
galaxy Iterate through role paths when installing roles (#17487) 2016-09-09 16:50:50 -04:00
inventory Improve inventory script error messages. (#17589) 2016-09-15 15:42:57 -04:00
module_utils fixes issue where config sessions where left behind (#17673) 2016-09-20 16:30:09 -04:00
modules Update submodule refs. 2016-09-20 12:24:36 -07:00
parsing Fix dataloader using deprecated version of is_encrypted (#17615) 2016-09-17 00:45:29 -07:00
playbook Merge branch 'threaded_receiver' into devel 2016-09-20 09:18:26 -05:00
plugins changed missing file error to warning for lookups (#16800) 2016-09-20 15:05:11 -04:00
template Support late evaluation, suppress warnings on SyntaxError (#17462) 2016-09-09 09:33:23 -04:00
utils Fix password lookup py3 plus alikins unittest additions refactoring (#17626) 2016-09-19 11:37:57 -07:00
vars include_vars now properly deals with hash_behaviour (#15895) 2016-09-16 15:40:38 -04:00
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
constants.py Remove test-docs from module search ignore list. (#17670) 2016-09-20 15:38:46 -04:00
release.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
test-requirements.txt