Issue #9094
Updated by mdepaulo@redhat.com over 3 years ago
When the pulp_installer preflight check runs as a task, we pass a different `failed_condition` variable to the task depending on whether or not pulp-rpm is being installed. (Since installing pulp-rpm can introduce an error in the preflight, but not actual instal time. We want to ignore that error specifically.)
However, that `failed_condition` value seems to be ignoring all failures, and making the preflight check always succeed.
Seems to be a regression from #6690