Make coma list of repo_ids that are not part of content view to use this list for foreman-rake command to remove repository
This is one example:
cat << EORAKE | foreman-rake console
[313, 108, 109].each do |x|
Katello::Repository.find(x).destroy
end
EORAKE
Make coma list of repo_ids that are not part of content view to use this list for foreman-rake command to remove repository
This is one example: