From 47c9adb579768082aecea381ac48dec6ed7cb252 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 21 Nov 2017 21:21:25 +0000 Subject: [PATCH] this may need quotes for check mode --- roles/copr/backend/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/copr/backend/tasks/main.yml b/roles/copr/backend/tasks/main.yml index 35aaaf7a00..b118ad1ed2 100644 --- a/roles/copr/backend/tasks/main.yml +++ b/roles/copr/backend/tasks/main.yml @@ -163,7 +163,7 @@ - name: update selinux context for results if root folder does not have proper type command: "restorecon -vvRF /var/lib/copr/public_html/" - when: public_html_ls is defined and 'copr_data_t' not in public_html_ls.stdout + when: "public_html_ls is defined and 'copr_data_t' not in public_html_ls.stdout" - name: install cert to access fed-cloud09 # TODO: remove this when fed-cloud09 receives external cert