update
This commit is contained in:
parent
c414ff1ebe
commit
ebbd619935
1 changed files with 5 additions and 5 deletions
|
|
@ -15,16 +15,16 @@
|
|||
- name: Installing Homebrew
|
||||
become_user: "{{ USER }}"
|
||||
shell: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||
when: required_taps is defined
|
||||
|
||||
- name: Load Brew shellenv
|
||||
become_user: "{{ USER }}"
|
||||
shell: eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
|
||||
when:
|
||||
- required_packages_brew is defined
|
||||
- not homebrew_check.stat.exists
|
||||
- install_homebrew_if_missing
|
||||
|
||||
- name: Load Brew shellenv
|
||||
become_user: "{{ USER }}"
|
||||
shell: eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
|
||||
when: required_taps is defined
|
||||
|
||||
- name: Install Brew Taps
|
||||
become_user: "{{ USER }}"
|
||||
community.general.homebrew_tap:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue