Bug #33375
Updated by Ian Ballou over 3 years ago
Ansible Collections and Debian backend service classes don't content view publishing support `copy_content_for_source`. This is an issue not finished yet. Debian repositories should not be addable to content views. If a Debian repository is in app/lib/actions/pulp3/orchestration/repository/copy_all_units.rb a content view and any kind of filter exists (RPM or Docker), `copy_content_for_source` will be called on the Debian repository and fail because Actions::Pulp3::Repository::CopyContent it is always called if any filters are present (even if they're docker or yum). not implemented yet.