From e894eb84f5bcb8945a6fb40d2c9495f0b39e7cec Mon Sep 17 00:00:00 2001 From: Valentin Gologuzov Date: Wed, 8 Apr 2015 21:19:35 +0200 Subject: [PATCH] [copr] ansible syntax ... --- 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 300f49cb13..43f95e5161 100644 --- a/roles/copr/backend/tasks/main.yml +++ b/roles/copr/backend/tasks/main.yml @@ -174,7 +174,7 @@ - name: update selinux context for results if root folder doesn't have proper type command: "restorecon -vvRF /var/lib/copr/public_html/" - when: "copr_data_t" not in "{{ public_html_ls.stdout }}" + when: "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