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

@@ -32,7 +32,7 @@ options:
path:
description:
- "':' separated list of paths to search for 'brew' executable."
default: '/usr/local/bin'
default: '/usr/local/bin:/opt/homebrew/bin'
type: path
state:
description:
@@ -779,7 +779,7 @@ def main():
elements='str',
),
path=dict(
default="/usr/local/bin",
default="/usr/local/bin:/opt/homebrew/bin",
required=False,
type='path',
),