Updated the section under "Aborting the play" in the Error Handling In Playbooks page (#57705)

* Updated the section under "Aborting the play"

Updated "Aborting the play" section in the Error Handling In Playbooks page. Removed the reference to marking all hosts as failed.

+label: docsite_pr

* Update docs/docsite/rst/user_guide/playbooks_error_handling.rst

Co-Authored-By: Sandra McCann <samccann@redhat.com>
pull/57882/head
Sayed Anisul Hoque 5 years ago committed by Sandra McCann
parent 88a1fc28d8
commit b9c893ec6f

@ -152,7 +152,7 @@ Aborting the play
Sometimes it's desirable to abort the entire play on failure, not just skip remaining tasks for a host.
The ``any_errors_fatal`` play option will mark all hosts as failed if any fails, causing an immediate abort::
The ``any_errors_fatal`` play option will end the play when any tasks results in an error and stop execution of the play::
- hosts: somehosts
any_errors_fatal: true

Loading…
Cancel
Save