install copr-selinux

This commit is contained in:
Miroslav Suchý 2016-02-11 09:27:20 +01:00
parent 17c56eafc0
commit 806130bd5f

View file

@ -8,6 +8,8 @@
# BZ 1241507
- name: install copr-backend
shell: yum-deprecated install -y copr-backend || yum install -y copr-backend
- name: install copr-selinux
shell: yum-deprecated install -y copr-selinux || yum install -y copr-selinux
- name: add packages for copr backend
dnf: state=present name={{ item }}