copr: use yum-deprecated as workaround of BZ1241507

This commit is contained in:
Miroslav Suchý 2015-11-30 19:44:29 +01:00
parent 9d7bd9c3cc
commit 9bc149a5e6

View file

@ -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