[meta] homebrew-tap should be homebrew_tap

pull/28/head
Alpha Chen 10 years ago
parent 97c885e9c4
commit f7ef37f85e

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

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

Loading…
Cancel
Save