forklift icon indicating copy to clipboard operation
forklift copied to clipboard

upgrade fails when forklift used as part of sat-deploy

Open thomasmckay opened this issue 7 years ago • 1 comments

When the foreman-release-scl package is not present, this step fails https://github.com/theforeman/forklift/blob/master/roles/foreman_installer/tasks/upgrade.yml . It already exists as a step in https://github.com/theforeman/forklift/blob/master/roles/foreman_repositories/tasks/main.yml . Is it safe to remove from upgrade.yml?

thomasmckay avatar Jan 09 '18 19:01 thomasmckay

It is good to update packages with yum repo files but we could change it to *release* so it also covers things like epel-release and others but gracefully skip foreman-release-scl if it's not present. Would that be a good solution?

ekohl avatar Jan 18 '18 12:01 ekohl