rvm / rvm1-ansible

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

Role install instructions on Galaxy incorrect #176

Closed geerlingguy closed 5 years ago

geerlingguy commented 6 years ago

I have traditionally used ansible-galaxy install rvm_io.ruby to install this role... and that still works. But if you go to the Galaxy role page for this role (https://galaxy.ansible.com/rvm/ruby), it shows:

ansible-galaxy install rvm.ruby

...which does not work. You have to still use rvm_io for the namespace. This may be an upstream issue with Galaxy.

ctorgalson commented 6 years ago

~Looks like this may have been corrected at Galaxy (and in the README here, obviously)~

Never mind. Reading is apparently not my strong suit 😕.

geerlingguy commented 5 years ago

It looks like it was just changed and is now back to:

ansible-galaxy install rvm.ruby

Closing this issue.