mac-dev-playbook/homebrew/homebrew.yaml

11 lines
No EOL
260 B
YAML

---
- include: ../local-setup.yaml
- hosts: $hosts
user: $user
gather_facts: false
vars_files:
- ../local-setup-vars.yaml
tasks:
- name: Run Homebrew install script
command: ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"