Add info to be patient while ruby stuff compilation
This commit is contained in:
parent
241f3f13fd
commit
5ee4e0e3c8
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@
|
|||
tags:
|
||||
- rbenv
|
||||
|
||||
- name: Ruby {{ rbenv_ruby_version }} is available for {{ username }}
|
||||
- name: Ruby {{ rbenv_ruby_version }} is available for {{ username }} (be patient... could be long)
|
||||
shell: /bin/bash -lc "TMPDIR=~/tmp rbenv install {{ rbenv_ruby_version }}"
|
||||
become_user: "{{ username }}"
|
||||
when: ruby_installed.rc != 0
|
||||
|
|
Loading…
Reference in a new issue