mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 19:42:55 +08:00
Enable both copr and copr-dev repos for staging Copr builders
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user