From 34a84f468ff8bf0b0a482341ce1bb808575c7621 Mon Sep 17 00:00:00 2001 From: Valentin Gologuzov Date: Tue, 28 Apr 2015 19:12:01 +0200 Subject: [PATCH] [copr] revert debug, problem not here --- roles/copr/backend/tasks/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/copr/backend/tasks/main.yml b/roles/copr/backend/tasks/main.yml index 6b69395154..252a7d3e8d 100644 --- a/roles/copr/backend/tasks/main.yml +++ b/roles/copr/backend/tasks/main.yml @@ -176,7 +176,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 "