Reference the new name
This commit is contained in:
@@ -6,7 +6,7 @@ It is an [ansible](http://www.ansible.com/home) role to install and manage ruby
|
||||
|
||||
I wasn't happy with any of the solutions that existed because they required you to either compile ruby on your server or they were not idempotent. Compiling ruby on a low end VPS/instance could easily take 10 minutes and during that time your CPU is going to be pegged at 100%.
|
||||
|
||||
ansible-ruby solves this by using rvm to install 1 or more versions of ruby. It makes installing and upgrading ruby versions very easy.
|
||||
rvm1-ansible solves this by using rvm to install 1 or more versions of ruby. It makes installing and upgrading ruby versions very easy.
|
||||
|
||||
## Role variables
|
||||
|
||||
|
||||
@@ -13,4 +13,4 @@
|
||||
rvm1_install_path: '/home/travis/.rvm'
|
||||
|
||||
roles:
|
||||
- ansible-ruby
|
||||
- rvm1-ansible
|
||||
Reference in New Issue
Block a user