mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -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>
This commit is contained in:
parent
77dc086896
commit
c43289b8f1
3 changed files with 36 additions and 5 deletions
|
@ -0,0 +1,2 @@
|
|||
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).
|
Loading…
Add table
Add a link
Reference in a new issue