workaround bz 1241507 on copr-fe

This commit is contained in:
Miroslav Suchý 2016-02-11 10:46:20 +01:00
parent c097b9a874
commit 9fd4c695ce

View file

@ -8,6 +8,12 @@
command: "restorecon -vvRF /var/lib/pgsql"
when: pgsql_ls.stdout is defined and 'postgresql_db_t' not in pgsql_ls.stdout
# BZ 1241507
- name: install copr-frontend
shell: yum-deprecated install -y copr-frontend || yum install -y copr-frontend
- name: install copr-selinux
shell: yum-deprecated install -y copr-selinux || yum install -y copr-selinux
- name: install pkgs for copr-frontend
dnf: state=present pkg={{ item }}
with_items: