1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/playbook
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
..
__init__.py Things that happen inside multiprocessing shouldn't make side effects, ergo append ansible_facts only 2012-07-25 21:30:49 -04:00
play.py Slight tweaks on vars_prompt upgrades 2012-07-27 19:00:48 -04:00
task.py added an 'ignore_errors' option to tasks 2012-08-01 19:13:07 +03:00