mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 02:46:20 +08:00
copr-backend: install the latest copr-backend package from f26
...we can no longer build for f25
This commit is contained in:
@@ -15,6 +15,9 @@
|
||||
- copr-backend
|
||||
- copr-selinux
|
||||
|
||||
- name: install the latest copr-backend from f26
|
||||
command: dnf install -y https://kojipkgs.fedoraproject.org//packages/copr-backend/1.109/1.fc26/noarch/copr-backend-1.109-1.fc26.noarch.rpm
|
||||
|
||||
- name: add additional packages for copr-backend
|
||||
dnf: state=present name={{ item }}
|
||||
with_items:
|
||||
|
||||
Reference in New Issue
Block a user