Skip to content

Commit

Permalink
Merge pull request #140 from Aversiste/patch-1
Browse files Browse the repository at this point in the history
Remove dependency on bash
  • Loading branch information
zzet authored Sep 9, 2019
2 parents 96a173d + f3ad79a commit 06e58b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/system_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,6 @@

- name: set ruby {{ rbenv.default_ruby }} for system
become: yes
shell: bash -lc "rbenv global {{ rbenv.default_ruby }} && rbenv rehash"
shell: $SHELL -lc "rbenv global {{ rbenv.default_ruby }} && rbenv rehash"
when:
- ruby_selected.rc != 0

0 comments on commit 06e58b3

Please sign in to comment.