[meta] Install homebrew-cask better

pull/28/head
Alpha Chen 10 years ago
parent dc8b0c0377
commit b862d6ca29

@ -1,7 +1,8 @@
tasks:
- file: path={{ ansible_env.HOME }}/Applications state=directory
# - homebrew: name=caskroom/cask/brew-cask state=upgraded
- command: brew install caskroom/cask/brew-cask
- homebrew-tap: name=caskroom/cask state=present
- homebrew: name=brew-cask state=present
- homebrew_cask: name={{ item }} state=installed
with_items:
- slimbatterymonitor

@ -2,7 +2,8 @@
- include_vars: casks.yml
- file: path={{ ansible_env.HOME }}/Applications state=directory
# - homebrew: name=caskroom/cask/brew-cask state=upgraded
- command: brew install caskroom/cask/brew-cask
- homebrew-tap: name=caskroom/cask state=present
- homebrew: name=brew-cask state=present
- homebrew_cask: name={{ item }} state=installed
with_items: casks
- command: defaults write {{ item }}

Loading…
Cancel
Save