ansible/utilities
nitzmahone 077f8131aa mark failed async_status as finished
Running async_status in an "until: result.finished" loop will mask a module failure (eg, traceback) with a
template failure, because the fail dict doesn't include "finished" (eg, you'll see "ERROR! The conditional check 'bogus_out.finished' failed. The error was: ERROR! error while evaluating conditional: bogus_out.finished ({% if bogus_out.finished %} True {% else %} False {% endif %}"). Because the failure dict still includes "failed: true",
this change has no effect on stoppage/failure reporting, it just prevents the common usage pattern from masking the underlying error message.
2015-11-12 16:19:52 -08:00
..
helper A few bug fixes and tweaks for the accelerate module 2015-10-02 00:48:43 -04:00
logic mark failed async_status as finished 2015-11-12 16:19:52 -08:00
__init__.py package files 2014-09-26 11:05:47 -04:00