Created
March 30, 2016 00:00
-
-
Save jamescarr/a8dd7ba8c5eabecb7de60434fb97aae2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| homebrew_taps: | |
| - caskroom/cask | |
| homebrew_installed_packages: | |
| - tmux | |
| - macvim | |
| homebrew_cask_apps: | |
| - spotify | |
| - iterm2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| - 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