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:
Fernando Schauenburg 2020-12-15 23:35:25 +01:00
parent 917dc41a79
commit 54a15259a1

View file

@ -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