ansible-pyenv
ansible-pyenv copied to clipboard
It can deploy pyenv by non-root user and it will be install at the home of any specific user
It can deploy pyenv by non-root user and it will be install at the home of any specific user
I'm not a fan of hardcoding root
as the user. Not everyone will install pyenv this way.
root only set for those command about apt-get install ...
so i write it in the debian/pyenv.yml
Otherwise, all other task will use the remote_user you specific in the main playbook.
I have the problem which relate to issue https://github.com/dirn/ansible-pyenv/issues/2 so that i do those modification.