We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I may be missing something, but pyenv_global seems to have no effect for me when deploying to a Ubuntu Xenial machine.
Relevant playbook snippet:
roles: - role: avanov.pyenv pyenv_owner: "{{ ubuntu_common_deploy_user_name }}" pyenv_path: "/home/{{ ubuntu_common_deploy_user_name }}/pyenv" pyenv_global: "3.7.2" pyenv_python_versions: - "3.7.2"
When I log in and run pyenv versions, this is the output:
pyenv versions
deploy@10.10.0.1234:~$ pyenv versions * system (set by /home/deploy/pyenv/version) 3.7.2
The text was updated successfully, but these errors were encountered:
Everytime I run it I get changed state. I am using Ubuntu groovy.
Sorry, something went wrong.
No branches or pull requests
Hello,
I may be missing something, but pyenv_global seems to have no effect for me when deploying to a Ubuntu Xenial machine.
Relevant playbook snippet:
When I log in and run
pyenv versions
, this is the output:The text was updated successfully, but these errors were encountered: