From 94250ff2ed7baaaf6d5d17f520f7af4e2fbb4649 Mon Sep 17 00:00:00 2001 From: Sadiq Saif Date: Sat, 12 Jan 2019 14:17:17 -0500 Subject: [PATCH] remove deployment flags from bundle install --- roles/mastodon-app/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mastodon-app/tasks/main.yml b/roles/mastodon-app/tasks/main.yml index 7a7f9aa..2666133 100644 --- a/roles/mastodon-app/tasks/main.yml +++ b/roles/mastodon-app/tasks/main.yml @@ -25,7 +25,7 @@ become: true become_user: mastodon - name: Use bundler to install the rest of the Ruby dependencies - shell: cd /home/mastodon/live && bundle install --deployment --without development test + shell: cd /home/mastodon/live && bundle install args: executable: /bin/bash environment: