From 4ddf9ce80a5318f1ea5fbedccd8bfd7fbf656afe Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Tue, 11 Jun 2019 15:30:55 +0200
Subject: [PATCH] ansible-playbooks/general#85 Bug fixes from regex search &
 replace

---
 tasks/install.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tasks/install.yml b/tasks/install.yml
index c3ba77c..bc8f3cd 100644
--- a/tasks/install.yml
+++ b/tasks/install.yml
@@ -32,8 +32,8 @@
     group: '{{ apacheUser }}'
     mode: 0775
   with_items:
-    - '{{( webRoot }})'
-    - '{{( dataRoot }})'
+    - '{{ webRoot }}'
+    - '{{ dataRoot }}'
 
 - name: Ensure Version Script
   file:
-- 
GitLab