Add Mac apps via homebrew cask

This commit is contained in:
Fernando Schauenburg 2019-11-16 12:27:32 +00:00
parent 41f5acd61b
commit 073790d6cf

View file

@ -16,6 +16,9 @@
- stow
- tree
- name: Set up macOS machine
when: ansible_os_family == "Darwin"
block:
@ -39,3 +42,21 @@
- stow
- tree
- youtube-dl
- 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