Skip to content

Instantly share code, notes, and snippets.

@kris-luminar
Created July 11, 2013 13:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kris-luminar/5975516 to your computer and use it in GitHub Desktop.
Save kris-luminar/5975516 to your computer and use it in GitHub Desktop.
How to install RVM using Ansible
- hosts: charley
user: vagrant
sudo: no
tasks:
- name: Install RVM
shell: \curl -L https://get.rvm.io | bash -s stable --autolibs=packages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment