From 3e34c916490692deaa3db4b5f078b44a4b19273e Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Mon, 9 Apr 2018 13:20:58 -0700 Subject: [PATCH] [ansible] only update homebrew on macOS --- ansible/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ansible/main.yml b/ansible/main.yml index 19559e3..40caa13 100644 --- a/ansible/main.yml +++ b/ansible/main.yml @@ -11,6 +11,9 @@ repo: https://github.com/kejadlen/dotfiles.git dest: ~/.dotfiles ignore_errors: yes + +- hosts: os_MacOSX + tasks: - name: update homebrew homebrew: update_homebrew=yes