From 1dc7cce91031c281ce937b8feaf1e0948335fb06 Mon Sep 17 00:00:00 2001 From: Joshua Kugler Date: Tue, 15 Sep 2015 15:37:20 -0800 Subject: [PATCH] Small change so the YAML renders as code. The line above the last YAML code block in this document did not have the requisite :: characters, so the YAML did not render correctly in the docs. --- docsite/rst/playbooks_error_handling.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/playbooks_error_handling.rst b/docsite/rst/playbooks_error_handling.rst index fb12990b3f..7b6bba4ed0 100644 --- a/docsite/rst/playbooks_error_handling.rst +++ b/docsite/rst/playbooks_error_handling.rst @@ -108,7 +108,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 mark all hosts as failed if any fails, causing an immediate abort:: - hosts: somehosts any_errors_fatal: true