From f7ef37f85ee857991a798ec2937d7817e7794519 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Sat, 22 Nov 2014 16:54:02 -0800 Subject: [PATCH] [meta] homebrew-tap should be homebrew_tap --- ansible/laptop.yml | 2 +- ansible/roles/osx/tasks/casks.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/laptop.yml b/ansible/laptop.yml index 6dc5361..ee7fcab 100644 --- a/ansible/laptop.yml +++ b/ansible/laptop.yml @@ -1,7 +1,7 @@ tasks: - file: path={{ ansible_env.HOME }}/Applications state=directory # - 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_cask: name={{ item }} state=installed # with_items: diff --git a/ansible/roles/osx/tasks/casks.yml b/ansible/roles/osx/tasks/casks.yml index 089916e..7859ae4 100644 --- a/ansible/roles/osx/tasks/casks.yml +++ b/ansible/roles/osx/tasks/casks.yml @@ -2,7 +2,7 @@ - include_vars: casks.yml - file: path={{ ansible_env.HOME }}/Applications state=directory # - 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_cask: name={{ item }} state=installed with_items: casks