mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 06:01:25 -03:30
Scenario - job is launched and spawns inventory update and project update. If the inventory update fails, then it will fail the job and the project update. It will fail the project update even if that update already ran and was successful. This code change will not fail the project update if it has already ran successfully. In cases where other jobs depend on that project update (but not the failed inventory update), then we don't want those jobs to fail.