[ansible] move away from deprecated with_items for homebrew

pull/28/head
Alpha Chen 5 years ago
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…
Cancel
Save