update
This commit is contained in:
parent
46fe41189c
commit
2cd1cf5afc
4 changed files with 37 additions and 0 deletions
|
|
@ -20,6 +20,14 @@
|
|||
- 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_packages_brew is defined
|
||||
- not homebrew_check.stat.exists
|
||||
- install_homebrew_if_missing
|
||||
|
||||
- name: Install Brew Taps
|
||||
become_user: user
|
||||
community.general.homebrew_tap:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue