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
parent 523439ab62
commit 626c0e1049
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).