Add Mac apps via homebrew cask
This commit is contained in:
parent
41f5acd61b
commit
073790d6cf
1 changed files with 21 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue