mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Merge pull request #12387 from jkugler/patch-1
Small change so the YAML renders as code.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user