mirror of https://github.com/ansible/ansible.git
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 #55515pull/55958/head
parent
196018952b
commit
f5de633197
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- Be sure to use the active state when checking for any_errors_fatal
|
||||
Loading…
Reference in New Issue