mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
More resilient brew formulae name handling (#9665)
* Remove update_homebrew=False (it's the default) * Fix handling of irregular cases (brew does lowercase normalization) * Fix handling of tap with no public fallback * Add changelog fragment * Add missing cleanup step * Fix typo * Check re-install and re-uninstall too
This commit is contained in:
parent
191a4d8f63
commit
75ffae43e6
3 changed files with 125 additions and 29 deletions
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- homebrew - make package name parsing more resilient (https://github.com/ansible-collections/community.general/pull/9665, https://github.com/ansible-collections/community.general/issues/9641).
|
Loading…
Add table
Add a link
Reference in a new issue