mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-14 06:30:31 -07:00
homebrew: Do not crash when package names include tap prefix. (#9803)
* homebrew: Do not crash when package names include tap prefix.
Fixes #9777
* homebrew: PR #9803 minor update: removed trailing whitespace
* Update changelogs/fragments/9777-homebrew-fix-crash-when-packages-include-tap.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
* Apply suggestions from code review
Co-authored-by: Thibaut Decombe <68703331+UnknownPlatypus@users.noreply.github.com>
* Update plugins/modules/homebrew.py
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Thibaut Decombe <68703331+UnknownPlatypus@users.noreply.github.com>
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
(cherry picked from commit c43289b8f1
)
Co-authored-by: brad2014 <brad2014@users.noreply.github.com>
2 lines
206 B
YAML
2 lines
206 B
YAML
bugfixes:
|
|
- homebrew - fix crash when package names include tap (https://github.com/ansible-collections/community.general/issues/9777, https://github.com/ansible-collections/community.general/pull/9803).
|