rvm / rvm1-ansible

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

updating from old version #20

Closed flynfish closed 9 years ago

flynfish commented 9 years ago

I was using an older version and upgraded to the latest. It seems like the new version installs rvm in usr/local/lib/rvm rather than usr/local/rvm where it used to be installed.

What's the best way to switch rvm's and get rid of the old version?

flynfish commented 9 years ago

I think I should just set the rvm_install_path to /usr/local/rvm before running the playbook on the machines that already used the old playbook right?

mpapis commented 9 years ago

@nickjj upgraded to PR with a fix for the rvm1_install_path

nickjj commented 9 years ago

There was a reason why I changed paths but I can't remember now. Shouldn't hurt to revert to the previous path to cause less upgrade pains in the future, thanks for the feedback.

mpapis commented 9 years ago

/usr/local/rvm is the default path set by RVM, we should keep it in sync with original