Change rvm1_rvm back to rvm1
This commit is contained in:
@@ -58,7 +58,7 @@ You will likely want to use various ruby related commands in other roles. This r
|
|||||||
- `rvm1_default_ruby_version`
|
- `rvm1_default_ruby_version`
|
||||||
- The default ruby version that is selected
|
- The default ruby version that is selected
|
||||||
|
|
||||||
- `rvm1_rvm`
|
- `rvm1`
|
||||||
- The path to the rvm binary
|
- The path to the rvm binary
|
||||||
|
|
||||||
- `rvm1_default_wrappers`:
|
- `rvm1_default_wrappers`:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
rvm1_default_ruby_version: '{{ rvm1_rubies | last if rvm1_rubies and rvm1_rubies is iterable else "" }}'
|
rvm1_default_ruby_version: '{{ rvm1_rubies | last if rvm1_rubies and rvm1_rubies is iterable else "" }}'
|
||||||
rvm1_rvm: '{{ rvm1_install_path }}/bin/rvm'
|
rvm1: '{{ rvm1_install_path }}/bin/rvm'
|
||||||
rvm1_default_wrappers: '{{ rvm1_install_path }}/wrappers/default'
|
rvm1_default_wrappers: '{{ rvm1_install_path }}/wrappers/default'
|
||||||
rvm1_ruby: '{{ rvm1_default_wrappers }}/ruby'
|
rvm1_ruby: '{{ rvm1_default_wrappers }}/ruby'
|
||||||
rvm1_gem: '{{ rvm1_default_wrappers }}/gem'
|
rvm1_gem: '{{ rvm1_default_wrappers }}/gem'
|
||||||
|
|||||||
Reference in New Issue
Block a user