a-chernykh / railsbox

Fast and easy Ruby on Rails virtual machines
https://railsbox.io
MIT License
320 stars 52 forks source link

Fix RVM Yaml Syntax Error #19

Closed mikeastock closed 9 years ago

mikeastock commented 9 years ago

This fixes the error below which I was receiving when trying to provision

/provision.sh
ERROR: Syntax Error while loading YAML script, /Users/mikeastock/code/fantasynews-rails/railsbox/ansible/roles/ruby/tasks/rvm.yml
Note: The error may actually appear before this position: line 75, column 1

.
- name: Detect default ruby version
a-chernykh commented 9 years ago

Ooops, thanks @mikeastock

dyaa commented 9 years ago

This issue still in the generator.

a-chernykh commented 9 years ago

Yeah, I have not deployed changes yet. Will do it tonight.

a-chernykh commented 9 years ago

I've just deployed it, should be fine now.