From 6469b3d38f8876a84aff930d7dc66b8e09454375 Mon Sep 17 00:00:00 2001 From: Valentin Gologuzov Date: Wed, 8 Apr 2015 21:51:13 +0200 Subject: [PATCH] [copr] cleanup --- roles/copr/backend/tasks/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/copr/backend/tasks/main.yml b/roles/copr/backend/tasks/main.yml index 384af1ad9f..fe61800a46 100644 --- a/roles/copr/backend/tasks/main.yml +++ b/roles/copr/backend/tasks/main.yml @@ -172,8 +172,6 @@ - command: "ls -dZ /var/lib/copr/public_html/" register: public_html_ls -- debug: msg="{{ public_html_ls }}" - - name: update selinux context for results if root folder does not have proper type command: "restorecon -vvRF /var/lib/copr/public_html/" when: "'copr_data_t' not in public_html_ls.stdout "