From 912be066ddca47a8be46f3f8f40d42cdb800a12e Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Tue, 15 May 2018 01:55:01 +0000 Subject: [PATCH] Revert "what if the owner of the files actually existed?" This reverts commit 75730d40c997249f7769166fb723c3c917310106. --- 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 aa12838569..448026c9f1 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=apache group=apache mode=0600 + owner=tahrir group=tahrir mode=0600 with_items: - tahrir.ini tags: