zzet / rbenv

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

Fix OSX user install #80

Closed rtlechow closed 7 years ago

rtlechow commented 7 years ago

The tmpdir presence task creates ~/.rbenv, which prevents subsequent tasks from cloning to ~/.rbenv. If it's simply removed, the cloning task works fine. As well, since the shell is not refreshed between tasks, ansible can't find the rbenv bin without an explicit path.

rtlechow commented 7 years ago

CI failure is same as on master.