community.general/lib/ansible
Stephen Fromm 569d377183 Wrap paramiko open_session() call in try/except
Ran across non-unix host where the call to paramiko's open_session() in
exec_command() would throw a EOFError exception.  This change wraps the
block in a try/except.
2012-08-09 21:47:09 -07:00
..
inventory whitespace + remove deprecated YAML parser (migration script lives in examples/scripts and warning was added 2012-08-06 20:07:02 -04:00
playbook Add -vvv support for debugging activity 2012-08-08 21:09:14 -04:00
runner Wrap paramiko open_session() call in try/except 2012-08-09 21:47:09 -07:00
__init__.py Release bump 2012-08-06 19:55:27 -04:00
callbacks.py Split -vv from -vvv 2012-08-08 21:16:48 -04:00
color.py rm stray comment 2012-07-25 20:31:57 -04:00
constants.py Misc code cleanup, mostly whitespace preferences, removing unused imports, plus a few fixes here and there. 2012-07-15 12:29:53 -04:00
errors.py Add 'polite' YAML syntax validation and hinting. Closes #798 2012-08-07 18:24:47 -04:00
module_common.py Nicer errors from modules if arguments are not fed key=value 2012-08-08 20:30:20 -04:00
utils.py Merge pull request #812 from willthames/gitversion 2012-08-08 18:50:04 -07:00