Add default brew search path for non-Intel / Apple silicon hardware (#1679)

* Add default brew search path for non-Intel / Apple silicon hardware

* add changelog fragment

* Update 1679-homebrew_search_path.yml

fix for double-ticks in yaml/rst format

* missing dots and brackets
This commit is contained in:
Anatoly Pugachev 2021-01-26 08:56:24 +03:00 committed by GitHub
commit 2a53edd9bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 14 additions and 6 deletions

View file

@ -218,7 +218,7 @@ def main():
brew_path = module.get_bin_path(
'brew',
required=True,
opt_dirs=['/usr/local/bin']
opt_dirs=['/usr/local/bin', '/opt/homebrew/bin']
)
taps = module.params['name']