zzet / rbenv

Ansible role for installing rbenv.
https://galaxy.ansible.com/zzet/rbenv/
188 stars 112 forks source link

fixes permission error when installing rbenv system-wide #62

Closed MatthiasWinkelmann closed 8 years ago

MatthiasWinkelmann commented 8 years ago

I ran into trouble with system-wide installs, as my user did not have permissions to checkout into /usr/local. I believe that the current tests don't catch this because the user is set to root in site.yml, while I use a non-root user to login and become only when needed.

I haven't run the tests yet, because I lack the time to set up serverspec, but this pull request fixes the issue for me.

Edit: I believe this is #38.

zzet commented 8 years ago

@MatthiasWinkelmann 👍 Role updated on Galaxy.