Skip to content

Instantly share code, notes, and snippets.

@jamescarr
Created March 30, 2016 00:00
Show Gist options
  • Select an option

  • Save jamescarr/a8dd7ba8c5eabecb7de60434fb97aae2 to your computer and use it in GitHub Desktop.

Select an option

Save jamescarr/a8dd7ba8c5eabecb7de60434fb97aae2 to your computer and use it in GitHub Desktop.
homebrew_taps:
- caskroom/cask
homebrew_installed_packages:
- tmux
- macvim
homebrew_cask_apps:
- spotify
- iterm2
---
- hosts: localhost
connection: local
vars_files:
- vars/homebrew.yaml
roles:
- geerlingguy.homebrew
tasks:
- name: Say All Done!
osx_say:
msg: "ALL DONE!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment