ansible/changelogs/fragments/29124-has-dead-workers.yaml

5 lines
193 B
YAML
Raw Normal View History

bugfixes:
- TaskQueueManager - Ensure ``has_dead_workers`` can function, by using the
correct reference, and only allow an exit code of 0.
(https://github.com/ansible/ansible/issues/29124)