Add info to be patient while ruby stuff compilation

This commit is contained in:
Gregory Colpart 2016-10-12 00:14:00 +02:00 committed by Jérémy Lecour
parent 241f3f13fd
commit 5ee4e0e3c8
1 changed files with 1 additions and 1 deletions

View File

@ -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