Skip to content

Commit

Permalink
Merge pull request #111 from guruevi/patch-1
Browse files Browse the repository at this point in the history
Git fails if Homebrew is already installed
  • Loading branch information
geerlingguy authored Aug 11, 2024
2 parents 7f5765b + a5084aa commit be75106
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/homebrew/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
depth: 1
become: true
become_user: "{{ homebrew_user }}"
when: not pre_installed_brew.stat.exists

# Adjust Homebrew permissions.
- name: Ensure proper permissions and ownership on homebrew_brew_bin_path dirs.
Expand Down

0 comments on commit be75106

Please sign in to comment.