Remove redundant HomebrewValidate.valid_package calls in homebrew module. (#9076)

* Remove redundant `HomebrewValidate.valid_package` calls

* Add changelog fragment
This commit is contained in:
Thibaut Decombe 2024-11-16 18:34:47 +01:00 committed by GitHub
commit 626c0e1049
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 36 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- homebrew - remove duplicated package name validation (https://github.com/ansible-collections/community.general/pull/9076).