Skip to content

Commit

Permalink
Merge pull request #19 from mikeastock/fix_rvm_syntax_yml
Browse files Browse the repository at this point in the history
Fix RVM Yaml Syntax Error
  • Loading branch information
a-chernykh committed Apr 6, 2015
2 parents 5300c10 + a071dc8 commit 8e0c3c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/ansible/roles/ruby/tasks/rvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
when: install_rubies.results[0].rc != 0 and item.rc != 0
with_items: detect_rubies.results
sudo_user: '{{ rvm1_user }}'
.

- name: Detect default ruby version
command: '{{ rvm1_rvm }} alias list default'
changed_when: False
Expand Down

0 comments on commit 8e0c3c8

Please sign in to comment.