Also install bundler 1.16.6

for some reason there is a Gemfile.lock file causing issues
This commit is contained in:
Sadiq Saif 2019-01-12 14:22:46 -05:00 committed by GitHub
parent ed00bd3dfa
commit 972dafc96f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
become: true
become_user: mastodon
- name: Install bundler
shell: cd /home/mastodon/live && gem install bundler
shell: cd /home/mastodon/live && gem install bundler && gem install bundler -v 1.16.6
args:
executable: /bin/bash
environment: