mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
245ce9461d
2e003adb added the ability for tasks using any_errors_fatal to fail when there were unreachable hosts. However that patch used the running unreachable hosts data rather than the results from the current task, which causes failures when any run_once or BYPASS_HOST_LOOP task is hit after an unreachable host causes a failure. This patch corrects that by using the current set of results to determine if any hosts were unreachable during the last task only. Fixes ansible/ansible-modules-core#4160 |
||
---|---|---|
.. | ||
ansible |