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
|
- name: Installing Homebrew
|
||||||
become_user: "{{ USER }}"
|
become_user: "{{ USER }}"
|
||||||
shell: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
shell: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||||
when:
|
when: required_taps is defined
|
||||||
- required_packages_brew is defined
|
|
||||||
#- not homebrew_check.stat.exists
|
|
||||||
- install_homebrew_if_missing
|
|
||||||
|
|
||||||
- name: Load Brew shellenv
|
- name: Load Brew shellenv
|
||||||
become_user: "{{ USER }}"
|
become_user: "{{ USER }}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue