packages: disable casks on homebrew
This is not running properly now. Will investigate at some point in the future, but may as well just disable entirely - we'll see...
This commit is contained in:
parent
917dc41a79
commit
54a15259a1
1 changed files with 15 additions and 15 deletions
|
@ -56,20 +56,20 @@
|
|||
- wget
|
||||
- youtube-dl
|
||||
|
||||
- name: Tap into homebrew/cask-fonts
|
||||
homebrew_tap: tap=homebrew/cask-fonts state=present
|
||||
# - name: Tap into homebrew/cask-fonts
|
||||
# homebrew_tap: tap=homebrew/cask-fonts state=present
|
||||
|
||||
- name: Install Mac apps with homebrew cask
|
||||
homebrew_cask: name={{item}} state=present
|
||||
loop:
|
||||
- 1password
|
||||
- cyberduck
|
||||
- dropbox
|
||||
- firefox
|
||||
- font-source-code-pro
|
||||
- google-chrome
|
||||
- iterm2
|
||||
- transmission
|
||||
- vagrant
|
||||
- virtualbox
|
||||
# - name: Install Mac apps with homebrew cask
|
||||
# homebrew_cask: name={{item}} state=present
|
||||
# loop:
|
||||
# - 1password
|
||||
# - cyberduck
|
||||
# - dropbox
|
||||
# - firefox
|
||||
# - font-source-code-pro
|
||||
# - google-chrome
|
||||
# - iterm2
|
||||
# - transmission
|
||||
# - vagrant
|
||||
# - virtualbox
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue