mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
fix(homebrew): give correct error message when become true used (#8048)
* fix(homebrew): give correct error message when become true used This commit fixes #8047 by raising the exception coming from calling homebrew with the `become: true` parameter set. * chore(changelog): add changelog fragment
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- homebrew - error returned from brew command was ignored and tried to parse empty JSON. Fix now checks for an error and raises it to give accurate error message to users (https://github.com/ansible-collections/community.general/issues/8047).
|
||||
Reference in New Issue
Block a user