Define full path to rbenv for install
PATH doesn't seem to be set correctly previously or isn't in effect
This commit is contained in:
parent
8a3fd461c8
commit
9c515da6b0
|
@ -31,7 +31,7 @@
|
||||||
become: true
|
become: true
|
||||||
become_user: mastodon
|
become_user: mastodon
|
||||||
- name: Install Ruby and set it as the user's default
|
- name: Install Ruby and set it as the user's default
|
||||||
shell: rbenv install 2.4.2 && rbenv global 2.4.2
|
shell: /home/mastodon/.rbenv/bin/rbenv install 2.4.2 && /home/mastodon/.rbenv/bin/rbenv global 2.4.2
|
||||||
args:
|
args:
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
become: true
|
become: true
|
||||||
|
|
Loading…
Reference in New Issue