Skip to content

Commit

Permalink
Only set up Homebrew on macOS hosts.
Browse files Browse the repository at this point in the history
  • Loading branch information
florianpiesche authored Aug 20, 2024
1 parent 545fc08 commit 1ecf03d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions roles/homebrew/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
- name: Set up Homebrew on macOS only
when: ansible_os_family == "Darwin"
ansible.builtin.include_tasks:
file: setup_homebrew.yml

0 comments on commit 1ecf03d

Please sign in to comment.