Allow users to configure the autolibs mode of installed rvms.
On Ubuntu 14.04 without sudo, the default autolibs mode 2 causes the role to hang when trying to install ruby-1.9.3-p0.
This commit is contained in:
@@ -43,5 +43,5 @@
|
||||
when: rvm_binary.stat.exists and rvm1_rvm_check_for_updates
|
||||
|
||||
- name: Configure rvm
|
||||
command: '{{ rvm1_rvm }} autolibs 3'
|
||||
command: '{{ rvm1_rvm }} autolibs {{ rvm1_autolib_mode }}'
|
||||
when: not rvm_binary.stat.exists
|
||||
|
||||
Reference in New Issue
Block a user