mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-21 03:23:59 -07:00
* Fix #10012. Homebrew: Emit a useful error message if a package tap is null. This can happen if an installed package is subsequently removed from the tap (e.g. it is withdrawn by homebrew). * Added changelogs fragment for PR 10013 * Do not raise error when tap is null in package_detail pylint: remove trailing whitespace * Minor: Update plugins/modules/homebrew.py Co-authored-by: Felix Fontein <felix@fontein.de> * Minor: Update changelogs/fragments/10012-improve-error-handling-homebrew-missing-tap.yml Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com> * Update plugins/modules/homebrew.py Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
2 lines
246 B
YAML
2 lines
246 B
YAML
bugfixes:
|
|
- homebrew - emit a useful error message if ``brew info`` reports a package tap is ``null`` (https://github.com/ansible-collections/community.general/pull/10013, https://github.com/ansible-collections/community.general/issues/10012).
|