An Ansible role to install goenv.
- Add
goenv
to your$PATH
after install.
echo 'export PATH="$HOME/.goenv/bin:$PATH"' >> ~/.bash_profile
- Run the following:
~/.goenv/bin/goenv init
-
goenv_install_path
- The path to installgoenv
. -
goenv_git_url
- The git URL to clonegoenv
from. -
goenv_git_update
- If the clonedgoenv
git repository should be updated.
No dependencies.
- hosts: servers
roles:
- { role: bluk.goenv }