mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2025-02-16 20:48:28 +00:00
11 lines
260 B
YAML
11 lines
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)"
|