From c414ff1ebe8d5d9ab80f45078926c426f8eb5995 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sat, 17 May 2025 10:42:59 -0500 Subject: [PATCH] update --- ansible/scripts/install_brew.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ansible/scripts/install_brew.yml b/ansible/scripts/install_brew.yml index b8c7811..ecb9633 100644 --- a/ansible/scripts/install_brew.yml +++ b/ansible/scripts/install_brew.yml @@ -15,10 +15,7 @@ - name: Installing Homebrew become_user: "{{ USER }}" shell: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" - when: - - required_packages_brew is defined - #- not homebrew_check.stat.exists - - install_homebrew_if_missing + when: required_taps is defined - name: Load Brew shellenv become_user: "{{ USER }}"