rvm / rvm1-ansible

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

Reload shell #80

Closed strarsis closed 8 years ago

strarsis commented 8 years ago

It would be nice if the shell could be reloaded when the playbook is applied by the same user for which ruby should be installed.

nickjj commented 8 years ago

If you login to your server over ssh and then install rvm, there's no real way for this role to reload your terminal's session. It would be up to you to do that on your end because it's related to your login session.