ansible/changelogs/fragments/55515-use-active-state-for-any_errors_fatal.yaml
James Cammarata f5de633197 Be sure to use the active state when checking for any_errors_fatal
The current code was not properly checking for the active state when
checking any_errors_fatal, so if the error occurred in a sub-block
or included file it is not properly detected.

Fixes #55515
2019-04-30 13:23:08 -05:00

2 lines
81 B
YAML

bugfixes:
- Be sure to use the active state when checking for any_errors_fatal