Add possibility to skip bundler installation

This commit is contained in:
Pavel Litvyak
2016-11-03 15:44:25 +03:00
parent ab52a26122
commit f24f1eb327
4 changed files with 21 additions and 2 deletions

View File

@@ -7,8 +7,6 @@ rvm1_default_ruby_version: '{{ rvm1_rubies | last if rvm1_rubies and rvm1_rubies
rvm1_rvm: '{{ rvm1_install_path }}/bin/rvm'
rvm1_symlink_binaries:
- 'bundle'
- 'bundler'
- 'erb'
- 'executable-hooks-uninstaller'
- 'gem'
@@ -19,4 +17,8 @@ rvm1_symlink_binaries:
- 'ruby'
- 'testrb'
rvm1_symlink_bundler_binaries:
- 'bundle'
- 'bundler'
rvm1_symlink_to: '/usr/local/bin'