copr: use yum-deprecated as workaround of BZ1241507
This commit is contained in:
parent
9d7bd9c3cc
commit
9bc149a5e6
1 changed files with 5 additions and 1 deletions
|
@ -5,10 +5,14 @@
|
|||
- name: setup networking
|
||||
include: "network.yml"
|
||||
|
||||
# BZ 1241507
|
||||
- name: install copr-backend
|
||||
shell: yum-deprecated install -y copr-backend || yum install -y copr-backend
|
||||
|
||||
- name: add packages for copr backend
|
||||
yum: state=present name={{ item }} enablerepo="updates-testing"
|
||||
with_items:
|
||||
- copr-backend
|
||||
#- copr-backend
|
||||
- python-novaclient
|
||||
- python-glanceclient
|
||||
- python-neutronclient
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue