newmen / ansible-rvm

Ansible RVM role

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handling RVM updates

scottrobertson opened this issue · comments

Hey,

Is there a way to handle/perform RVM updates? Not ruby updates (that's simple enough), but actual rvm updates.

Hello,

I've added the ability to auto-update RVM each time when you run Ansible.

@newmen awesome, thank you. Do you think there is a possibility of making it optional?

@scottrobertson I think it is possible :)
I've added special configuration variable for it.

Thank you :)

It had updated each time before installing Ruby. I completely forgot.
Here is a link to an old commit, where it has already been implemented:
https://github.com/newmen/ansible-rvm/blob/436b1c81271102eb112a883ec86e86ca0e66e982/tasks/install_ruby.yml

Now it updates only when flag enabled.
Probably should roll back?