Actions
Bug #36206
closedOne or more unreachable hosts result in "failed" job for every host
Description
From user reporting a strange behavior of Ansible sometimes return an return code of 4 and showing a failed job, further investigation shows this happens when in a run at least one host is unreachable. https://community.theforeman.org/t/dealing-with-ansible-exit-code-4/32818
So this needs some special handling like convert the 4 to 0 if it is not the current host that is unreachable or treating 4 as Success in this case.
Updated by Nofar Alfassi over 1 year ago
- Is duplicate of Bug #36130: job invocation shows wrong info after remote execution job (regression from 6.11) added
Actions