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