community.general/lib/ansible
Petros Moisiadis 5f4bf813b1 added an 'ignore_errors' option to tasks
Failed tasks with ignore_errors=True, allow the remaining tasks in the
play to be executed as if no failure happened. A failure notice is still
written to the output as well as an '...ignoring' message.
2012-08-01 19:13:07 +03:00
..
inventory Allow = symbols in variable values in host inventory 2012-07-31 23:36:26 -04:00
playbook added an 'ignore_errors' option to tasks 2012-08-01 19:13:07 +03:00
runner added an 'ignore_errors' option to tasks 2012-08-01 19:13:07 +03:00
__init__.py Release bump to start development on 0.6 2012-07-04 18:07:19 -04:00
callbacks.py added an 'ignore_errors' option to tasks 2012-08-01 19:13:07 +03: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 Misc code cleanup, mostly whitespace preferences, removing unused imports, plus a few fixes here and there. 2012-07-15 12:29:53 -04:00
module_common.py temporarily disable failing check on some things 2012-08-01 09:33:20 -04:00
utils.py Output version string when --version is passed using optparse's version argument 2012-07-30 14:19:02 +10:00