zzet / rbenv

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

Fix usage of tmp dir #84

Closed s01ipsist closed 7 years ago

s01ipsist commented 7 years ago

As per discussion on https://github.com/zzet/ansible-rbenv-role/pull/74#issuecomment-266468021

The idea of this variable was to use the remote env var but lookup actually pulls from the Ansible control machine. This fixes that and uses the same default as the upstream ruby-build process https://github.com/rbenv/ruby-build/blob/master/bin/ruby-build#L1211