Skip to content

Commit

Permalink
provide reuse the path of brew directory in parent play geerlingguy#99
Browse files Browse the repository at this point in the history
  • Loading branch information
SPR0STO committed May 9, 2024
1 parent a32170b commit 9bd8fd5
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 @@ -3,6 +3,7 @@
set_fact:
homebrew_user: '{{ homebrew_user | default(ansible_user_id) }}'
homebrew_group: '{{ homebrew_group | default(ansible_user_gid) }}'
homebrew_prefix: '{{ homebrew_prefix }}'

# Homebrew setup prerequisites.
- name: Ensure Homebrew parent directory has correct permissions (M1).
Expand Down

0 comments on commit 9bd8fd5

Please sign in to comment.