Installs chruby for handling multiple rubies.
Based on the ansible role:
- innohub-ansible.chruby - github
Tested on Ubuntu 12.04 and 14.04 only.
chruby_version : defaults to '0.3.9'
Example Playbook:
- hosts: servers
roles:
- { role: mediafellows.chruby }
Example Role:
dependencies:
- { role: chruby }
MIT