rvm / rvm1-ansible

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

Use 'mode' parameter of 'get_url' module #123

Closed veger closed 7 years ago

veger commented 7 years ago

The 'get_url' module has a mode parameter which can be used instead of the 'Configure rvm installer' task.

This PR also fixes an issue in the when statement where rvm_binary is checked instead of rvm_installer

pkuczynski commented 7 years ago

Thanks!