Commit 1dc7cce9 by Joshua Kugler

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.
parent 2a50957a
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment