Move the installation instructions near the top

This commit is contained in:
Nick Janetakis
2014-07-18 16:35:03 -04:00
parent 659e06b15c
commit 9c098326e7

View File

@@ -8,6 +8,10 @@ I wasn't happy with any of the solutions that existed because they required you
rvm1-ansible solves this by using rvm to install 1 or more versions of ruby. It makes installing and upgrading ruby versions very easy. rvm1-ansible solves this by using rvm to install 1 or more versions of ruby. It makes installing and upgrading ruby versions very easy.
## Installation
`$ ansible-galaxy install rvm_io.rvm1-ruby`
## Role variables ## Role variables
Below is a list of default values along with a description of what they do. Below is a list of default values along with a description of what they do.
@@ -130,10 +134,6 @@ rvm1_rubies:
rvm1_rvm_stable_version_number: 1.25.26 rvm1_rvm_stable_version_number: 1.25.26
``` ```
## Installation
`$ ansible-galaxy install rvm_io.rvm1-ruby`
## Requirements ## Requirements
Tested on ubuntu 12.04 LTS but it should work on other versions that are similar. Tested on ubuntu 12.04 LTS but it should work on other versions that are similar.