update
This commit is contained in:
parent
99c37b1633
commit
c414ff1ebe
1 changed files with 1 additions and 4 deletions
|
|
@ -15,10 +15,7 @@
|
|||
- name: Installing Homebrew
|
||||
become_user: "{{ USER }}"
|
||||
shell: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||
when:
|
||||
- required_packages_brew is defined
|
||||
#- not homebrew_check.stat.exists
|
||||
- install_homebrew_if_missing
|
||||
when: required_taps is defined
|
||||
|
||||
- name: Load Brew shellenv
|
||||
become_user: "{{ USER }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue