Skip to content

Commit

Permalink
add homebrew installation
Browse files Browse the repository at this point in the history
  • Loading branch information
thetillhoff committed May 24, 2024
1 parent f85c3fb commit 720ed32
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ansible/roles/basic/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
- curl
state: present

# Install homebrew
- block:
- command: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

# Download infra repository
- git:
repo: https://github.com/thetillhoff/infra
dest: ./infra
Expand Down

0 comments on commit 720ed32

Please sign in to comment.