ansible/utilities/logic
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
..
__init__.py added missing init.py for utilities modules 2014-11-05 15:49:39 -05:00
assert.py Proper author info for all remaining modules 2015-06-15 15:53:30 -04:00
async_status.py mark failed async_status as finished 2015-11-12 16:19:52 -08:00
async_wrapper.py code cleanup and reoorg, renamed vars and functions to actual purpose 2015-10-31 21:35:48 -04:00
debug.py Proper author info for all remaining modules 2015-06-15 15:53:30 -04:00
fail.py Proper author info for all remaining modules 2015-06-15 15:53:30 -04:00
include_vars.py add documentation stating that JSON files can be loaded with include_vars 2015-10-15 15:06:32 -04:00
pause.py Add missing GPLv3 License header 2015-07-03 22:57:53 -05:00
set_fact.py Proper author info for all remaining modules 2015-06-15 15:53:30 -04:00
wait_for.py total_seconds not present on timedelta on python2.6 2015-11-03 11:54:31 +01:00