rvm / rvm1-ansible

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

Configuration of autolibs when RVM is already installed #210

Open sparunakian opened 5 years ago

sparunakian commented 5 years ago

Hi,

I don't understand the use of this condition:

https://github.com/rvm/rvm1-ansible/blob/deb1d3e6212d9ec6605510554bf268d18688513e/tasks/rvm.yml#L58

If there is no RVM binary, it will be installed before this task, so it will be possible to configure it and if there is a RVM binary, it is possible to configure it. Shouldn't this condition removed?

Currently, RVM can only be configured when it has just been installed.

Regards