mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-22 20:03:17 +00:00
11 lines
No EOL
260 B
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)" |