commit 9ff9ab818124bac05a9aa88ab2ac7067065ed420
parent 4d06324f874110307e9e49ed00e1009b40693d36
Author: Chris Roberts <chris.roberts@learningunix.net>
Date: Thu, 21 May 2026 09:46:36 -0500
fixed homebrew install.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/roles/homebrew/tasks/main.yml b/roles/homebrew/tasks/main.yml
@@ -10,7 +10,7 @@
register: brew_intel
- name: Bootstrap Homebrew
- ansible.builtin.command:
+ ansible.builtin.shell:
cmd: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
environment:
NONINTERACTIVE: "1"