Skip to content

Instantly share code, notes, and snippets.

View carsoncole's full-sized avatar

Carson Cole carsoncole

View GitHub Profile
@owainlewis
owainlewis / ruby.yml
Created October 22, 2013 09:59
Ansible Ruby 2.0 install on Ubuntu Linux
# Install Ruby
## ===============================================
- name: Install dependencies
apt: name=$item state=latest update_cache=yes
with_items:
- bison
- openssl
- libyaml-dev
- autoconf