mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
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:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user