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:
Thibaut Decombe 2025-02-10 18:59:02 +01:00 committed by GitHub
commit 75ffae43e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 125 additions and 29 deletions

View file

@ -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).