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
|
- wget
|
||||||
- youtube-dl
|
- youtube-dl
|
||||||
|
|
||||||
- name: Tap into homebrew/cask-fonts
|
# - name: Tap into homebrew/cask-fonts
|
||||||
homebrew_tap: tap=homebrew/cask-fonts state=present
|
# homebrew_tap: tap=homebrew/cask-fonts state=present
|
||||||
|
|
||||||
- name: Install Mac apps with homebrew cask
|
# - name: Install Mac apps with homebrew cask
|
||||||
homebrew_cask: name={{item}} state=present
|
# homebrew_cask: name={{item}} state=present
|
||||||
loop:
|
# loop:
|
||||||
- 1password
|
# - 1password
|
||||||
- cyberduck
|
# - cyberduck
|
||||||
- dropbox
|
# - dropbox
|
||||||
- firefox
|
# - firefox
|
||||||
- font-source-code-pro
|
# - font-source-code-pro
|
||||||
- google-chrome
|
# - google-chrome
|
||||||
- iterm2
|
# - iterm2
|
||||||
- transmission
|
# - transmission
|
||||||
- vagrant
|
# - vagrant
|
||||||
- virtualbox
|
# - virtualbox
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue