From 9fd4c695cebb5b6d373cd8323ed241a59220898d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Thu, 11 Feb 2016 10:46:20 +0100 Subject: [PATCH] workaround bz 1241507 on copr-fe --- roles/copr/frontend/tasks/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roles/copr/frontend/tasks/main.yml b/roles/copr/frontend/tasks/main.yml index 21d5f14727..0981aee5c9 100644 --- a/roles/copr/frontend/tasks/main.yml +++ b/roles/copr/frontend/tasks/main.yml @@ -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: