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: true
|
||||||
become_user: mastodon
|
become_user: mastodon
|
||||||
- name: Install bundler
|
- 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:
|
args:
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in New Issue