Skip to content

Commit

Permalink
Fix curl call
Browse files Browse the repository at this point in the history
  • Loading branch information
deniscostadsc committed Dec 27, 2023
1 parent c4f942d commit dc5125f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions roles/macos/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
---
- name: Install homebrew
when: ansible_distribution == 'MacOSX'
ansible.builtin.command:
/bin/bash -c "$(curl -fsSL \
https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
ansible.builtin.command: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
args:
creates: /opt/homebrew/bin/brew

Expand Down

0 comments on commit dc5125f

Please sign in to comment.