Switch the order of how the variables are listed in the readme

This commit is contained in:
Nick Janetakis
2014-07-01 15:23:51 -04:00
parent 6144181edf
commit 997f8d6d0a
2 changed files with 9 additions and 9 deletions

View File

@@ -1,12 +1,12 @@
---
rvm1_user: '{{ ansible_ssh_user }}'
rvm1_group: 'rvm'
rvm1_rubies:
- 'ruby-2.1.2'
rvm1_delete_ruby:
rvm1_user: '{{ ansible_ssh_user }}'
rvm1_group: 'rvm'
rvm1_temp_download_path: '/usr/local/src'
rvm1_install_path: '/usr/local/rvm'