ansible/changelogs/fragments/73364-default-callback-host-pinned-not-lockstep.yml
Matt Martz d720a5e42c
[stable-2.10] Don't treat host_pinned as lockstep (#73484) (#73504)
* [stable-2.10] Don't treat host_pinned as lockstep (#73484)

* Don't treat host_pinned as lockstep. Fixes #73364

* Add intg tests.
(cherry picked from commit d3f3784b86)

Co-authored-by: Matt Martz <matt@sivel.net>

* Make non-lockstep callback tests more deterministic (#73511)

(cherry picked from commit 125c220343)
2021-03-08 03:14:02 -06:00

3 lines
151 B
YAML

bugfixes:
- default callback - Ensure that the ``host_pinned`` strategy is not treated as lockstep
(https://github.com/ansible/ansible/issues/73364)