diff --git a/roles/copr/backend/files/provision/provision_builder_tasks.yml b/roles/copr/backend/files/provision/provision_builder_tasks.yml index 3cedc093dd..06c4ab32ad 100644 --- a/roles/copr/backend/files/provision/provision_builder_tasks.yml +++ b/roles/copr/backend/files/provision/provision_builder_tasks.yml @@ -39,8 +39,11 @@ - expect - python-srpm-macros -- name: enable @copr/copr-dev in staging - command: dnf copr -y enable @copr/copr-dev +- name: enable copr and copr-dev repos in staging + command: dnf copr -y enable {{ item }} + with_items: + - @copr/copr + - @copr/copr-dev when: - network_name == "coprdev-net" - not prepare_base_image