parent
e1d263cfc8
commit
20d3ed2e8c
@ -1,10 +1,9 @@
|
||||
- name: install chruby
|
||||
homebrew:
|
||||
name: "{{ item }}"
|
||||
name:
|
||||
- chruby
|
||||
- ruby-install
|
||||
state: present
|
||||
with_items:
|
||||
- chruby
|
||||
- ruby-install
|
||||
|
||||
- name: install Ruby
|
||||
command: /usr/local/bin/ruby-install ruby creates=~/.rubies/ruby-*
|
||||
|
Loading…
Reference in new issue