From 29a23e9e338acb3c1c35b733390daf2858a8d434 Mon Sep 17 00:00:00 2001 From: Duffy Gillman Date: Mon, 12 Feb 2018 10:22:34 -0700 Subject: [PATCH] [Fixes #3] This was causing CI to fail, blocking https://github.com/superlumic/ansible-role-cli/pull/5 --- tasks/main.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index f4d195e..15a503e 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -28,8 +28,5 @@ - name: update and upgrade homebrew homebrew: update_homebrew=yes upgrade_all=yes -- name: install homebrew cask - homebrew_tap: tap=caskroom/cask state=present - - name: install homebrew services homebrew_tap: tap=homebrew/services state=present