Skip to content

Commit

Permalink
homebrew: do not install with root
Browse files Browse the repository at this point in the history
Homebrew does not like this.
  • Loading branch information
BacLuc committed Dec 20, 2024
1 parent 0b0ef8e commit b701116
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion roles/homebrew/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
register: homebrew_installed

- name: install homebrew
become: true
when: homebrew_installed.stat.exists is false
shell: |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Expand Down

0 comments on commit b701116

Please sign in to comment.