From 42613eac91f24506846b04e6c5da4e5dd4fedd1a Mon Sep 17 00:00:00 2001
From: Smaine Kahlouch <smaine.kahlouch@arkena.com>
Date: Sun, 18 Oct 2015 11:29:02 +0200
Subject: [PATCH] uncomment all.yml variables

---
 environments/production/group_vars/all.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/environments/production/group_vars/all.yml b/environments/production/group_vars/all.yml
index ef234d256..5cf4c0b54 100644
--- a/environments/production/group_vars/all.yml
+++ b/environments/production/group_vars/all.yml
@@ -1,6 +1,6 @@
 # Directory where the binaries will be installed
-# bin_dir: /usr/local/bin
+bin_dir: /usr/local/bin
 
 # Where the binaries will be downloaded.
 # Note: ensure that you've enough disk space (about 1G)
-# local_release_dir: "/tmp/releases"
+local_release_dir: "/tmp/releases"
-- 
GitLab