1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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.
This commit is contained in:
Joshua Kugler 2015-09-15 15:37:20 -08:00
parent 2a50957ad8
commit 1dc7cce910

View file

@ -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. 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 - hosts: somehosts
any_errors_fatal: true any_errors_fatal: true