c870457339
* 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 plugins
4 lines
284 B
YAML
4 lines
284 B
YAML
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).
|