From 75730d40c997249f7769166fb723c3c917310106 Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Tue, 15 May 2018 01:42:58 +0000 Subject: [PATCH] what if the owner of the files actually existed? Signed-off-by: Ricky Elrod --- roles/badges/frontend/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/badges/frontend/tasks/main.yml b/roles/badges/frontend/tasks/main.yml index 448026c9f1..aa12838569 100644 --- a/roles/badges/frontend/tasks/main.yml +++ b/roles/badges/frontend/tasks/main.yml @@ -17,7 +17,7 @@ - name: copy tahrir app configuration template: > src={{ item }} dest="/etc/tahrir/{{ item }}" - owner=tahrir group=tahrir mode=0600 + owner=apache group=apache mode=0600 with_items: - tahrir.ini tags: