From b9c893ec6f6170b6958e8a826a4179a112db2189 Mon Sep 17 00:00:00 2001 From: Sayed Anisul Hoque Date: Fri, 14 Jun 2019 16:04:05 +0200 Subject: [PATCH] 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 --- docs/docsite/rst/user_guide/playbooks_error_handling.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/user_guide/playbooks_error_handling.rst b/docs/docsite/rst/user_guide/playbooks_error_handling.rst index d77482003a6..5871b0f3609 100644 --- a/docs/docsite/rst/user_guide/playbooks_error_handling.rst +++ b/docs/docsite/rst/user_guide/playbooks_error_handling.rst @@ -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