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"