ansible-pyenv icon indicating copy to clipboard operation
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

Open Jazznight opened this issue 9 years ago • 2 comments

It can deploy pyenv by non-root user and it will be install at the home of any specific user

Jazznight avatar Oct 28 '15 16:10 Jazznight

I'm not a fan of hardcoding root as the user. Not everyone will install pyenv this way.

dirn avatar Oct 28 '15 17:10 dirn

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.

Jazznight avatar Oct 29 '15 02:10 Jazznight