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: