rvm / rvm1-ansible

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

Replace deprecated sudo with becomes #87

Closed dvanallen closed 7 years ago

dvanallen commented 8 years ago

Get rid of the warning when using this role with Ansible 1.9+

wunzeco commented 8 years ago

@dvanallen, become and become_user directives have replaced deprecated sudo and sudo_user respectively as advised

lpaulmp commented 7 years ago

This issue was addressed.