An Ansible role to install goenv.
- Add
goenvto your$PATHafter 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 clonegoenvfrom. -
goenv_git_update- If the clonedgoenvgit repository should be updated.
No dependencies.
- hosts: servers
roles:
- { role: bluk.goenv }