Skip to content

Commit

Permalink
Merge pull request #73 from flandrade/master
Browse files Browse the repository at this point in the history
Fix homebrew package installation on ARM-based mac
  • Loading branch information
geerlingguy authored Oct 30, 2023
2 parents 9d89e69 + 7fb354c commit 028a5f1
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 @@ -153,6 +153,7 @@

- name: Ensure configured homebrew packages are installed.
homebrew:
path: "{{ homebrew_brew_bin_path }}"
name: "{{ item.name | default(item) }}"
install_options: "{{ item.install_options | default(omit) }}"
state: "{{ item.state | default('present') }}"
Expand Down

0 comments on commit 028a5f1

Please sign in to comment.