mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 10:46:40 +00:00
8 lines
131 B
YAML
8 lines
131 B
YAML
---
|
|
- hosts: localhost
|
|
tasks:
|
|
- homebrew:
|
|
update_homebrew: yes
|
|
- include: brew/core.yml
|
|
- include: brew/personal.yml
|