mirror of https://github.com/ansible/ansible.git
free strategy - include failed hosts that were notified (#65576)
* free strategy - include failed hosts that were notified so --force-handlers is used * trim line length a bit * Loop over the force handler tests with the strategies linear and free * rename changelog * Use the play iterator instead of TQM for accurate failure representation in blocks * Remove hack in a backwards compatible way for 3rd party pluginspull/65735/head
parent
89703b3284
commit
c870457339
@ -0,0 +1,4 @@
|
|||||||
|
bugfixes:
|
||||||
|
- free strategy - Include failed hosts when filtering notified hosts for handlers. The strategy base should
|
||||||
|
determine whether or not to run handlers on those hosts depending on whether forcing handlers is enabled
|
||||||
|
(https://github.com/ansible/ansible/issues/65254).
|
||||||
Loading…
Reference in New Issue