mac-setup/apps/homebrew.yml

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)"