rvm / rvm1-ansible

The official ansible RVM role to install and manage your Ruby versions.
MIT License
271 stars 136 forks source link

rvm_rubies must be specified via `ruby-` #75

Closed JustinAiken closed 7 years ago

JustinAiken commented 8 years ago

Not sure if a note it the docs should point that out, or the playbook itself should adjust the input if needed, but thought I'd point it out in case anyone else bumps into it.

rjrobinson commented 7 years ago

Updated the readme. #108 Would you like to add anything else?

JustinAiken commented 7 years ago

Looks good to me!

rjrobinson commented 7 years ago

Cool. looks like it was merged!

JustinAiken commented 7 years ago

Fixed by #108

pkuczynski commented 7 years ago

I guess it should adapt automatically, especially rvm install x.x.x works fine without the ruby prefix. However we can keep it as it is for now - so only on the documentation level...