This ansible role aims to install ruby-build on ubuntu systems.
None.
Name | Default | |
---|---|---|
ruby_build_apt_cache_expiration | 3600 | Update apt cache window in seconds |
ruby_build_install_dependencies | true | Whether or not to install dependencies |
ruby_build_root | {{ ansible_env.HOME }}/.ruby-build | Install path for ruby-build (via facts) |
ruby_build_version | master | Any git reference: branch, tag, commit |
None.
- gather_facts: true
hosts: all
roles:
- joiggama.ruby-build