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