6 lines
162 B
YAML
6 lines
162 B
YAML
---
|
|
- hosts: all
|
|
connection: local
|
|
tasks:
|
|
- name: Run Homebrew install script
|
|
shell: ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)" |