pre-install python2-modulemd for copr-backend and also copr-frontend

This commit is contained in:
clime 2016-09-20 06:50:17 +02:00
parent b6eefb046a
commit 179c651e8c
2 changed files with 6 additions and 0 deletions

View file

@ -10,6 +10,9 @@
tags:
- config
- name: install python2-modulemd
shell: yum-deprecated install -y python2-modulemd || yum install -y python2-modulemd
# BZ 1241507
- name: install copr-backend
shell: yum-deprecated install -y copr-backend || yum install -y copr-backend

View file

@ -13,6 +13,9 @@
tags:
- config
- name: install python2-modulemd
shell: yum-deprecated install -y python2-modulemd || yum install -y python2-modulemd
# BZ 1241507
- name: install copr-frontend
shell: yum-deprecated install -y copr-frontend || yum install -y copr-frontend