Also install bundler 1.16.6
for some reason there is a Gemfile.lock file causing issues
This commit is contained in:
parent
ed00bd3dfa
commit
972dafc96f
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue