Skip to content

Commit

Permalink
Clarify any_errors_fatal behavior change in 2.17 porting guide (#1815)
Browse files Browse the repository at this point in the history
* Clarify any_errors_fatal behavior change in 2.17 porting guide

* Update docs/docsite/rst/porting_guides/porting_guide_core_2.17.rst

Co-authored-by: Don Naro <[email protected]>

---------

Co-authored-by: Don Naro <[email protected]>
  • Loading branch information
mkrizek and oraNod authored Aug 28, 2024
1 parent 1e16923 commit 646f35e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/docsite/rst/porting_guides/porting_guide_core_2.17.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ Playbook
assert:
that: '"hi mom" is in untrusted_result.stdout'
* ``any_errors_fatal`` - when a task in a block with a ``rescue`` section
fails on a host, the ``rescue`` section is executed on all hosts. This
occurs because ``any_errors_fatal`` automatically fails all hosts.


Command Line
============
Expand Down

0 comments on commit 646f35e

Please sign in to comment.