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
parent 85fc920a0c
commit 2a53edd9bc
4 changed files with 14 additions and 6 deletions

View File

@@ -0,0 +1,8 @@
---
bugfixes:
- homebrew - add default search path for ``brew`` on Apple silicon hardware
(https://github.com/ansible-collections/community.general/pull/1679).
- homebrew_cask - add default search path for ``brew`` on Apple silicon hardware
(https://github.com/ansible-collections/community.general/pull/1679).
- homebrew_tap - add default search path for ``brew`` on Apple silicon hardware
(https://github.com/ansible-collections/community.general/pull/1679).