Skip to content

Commit

Permalink
Use ruby_rvm_install_path in the detect default ruby version task
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjj committed May 3, 2014
1 parent 5d9cf1c commit 3f1dbd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
when: not installed_ruby_version.stat.exists

- name: detect default ruby version
command: /usr/local/rvm/bin/rvm alias list default
command: "{{ ruby_rvm_install_path }}/bin/rvm alias list default"
register: ruby_selected

- name: ensure default ruby is selected
Expand Down

0 comments on commit 3f1dbd4

Please sign in to comment.