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

---
 tasks/auth_json.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tasks/auth_json.yml b/tasks/auth_json.yml
index 84b21a6..614a645 100644
--- a/tasks/auth_json.yml
+++ b/tasks/auth_json.yml
@@ -11,5 +11,5 @@
     dest: "{{ item }}/auth.json"
   with_items:
     - /root/.composer
-    - '{{( composer_home_path }})'
+    - '{{ composer_home_path }}'
   when: composer_github_oauth != no or composer_http_basic != no
-- 
GitLab