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