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

* 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

(cherry picked from commit 2a53edd9bc)

Co-authored-by: Anatoly Pugachev <matorola@gmail.com>
This commit is contained in:
patchback[bot]
2021-01-26 07:55:56 +01:00
committed by GitHub
parent 4b9696023a
commit 1aa26662ef
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']