Closed kitizz closed 3 months ago
Files identified in the description:
If these files are incorrect, please update the component name
section of the description or use the !component
bot command.
cc @Akasurde @danieljaouen @indrajitr @kyleabenson @martinm82 click here for bot help
I'm not a homebrew user, but having a separate module is usually a better idea. Otherwise you eventually end up with 'monsters' such as docker_image, which has way too many options for way too many different operations. That makes the module's code pretty complex, and the module's documentation more confusing (you see a looong list of options and have to figure out which ones are actually relevant for your use-case).
!component =plugins/modules/homebrew
Files identified in the description:
plugins/modules/homebrew
If these files are incorrect, please update the component name
section of the description or use the !component
bot command.
!component =plugins/modules/homebrew.py !component +plugins/modules/homebrew_cask.py !component +plugins/modules/homebrew_tap.py
Files identified in the description:
If these files are incorrect, please update the component name
section of the description or use the !component
bot command.
cc @andrew-d @enriclluelles click here for bot help
Yup, sounds good to me. Hopefully be back within the week with a PR
Summary
I'd like to add support for things like:
More than happy to implement it myself. But I am looking for some advice from the maintainers.
Issue Type
Feature Idea
Component Name
homebrew
Additional Information
Specifically, should I follow the current pattern of the
update
function and add a service parameter to the current homebrew module? Or should I add a newhomebrew_services
module?I personally feel like a new module makes the most sense. Here are my current thoughts on the two choices:
Add a
service
parametername:
andservice:
to both be defined. And while the order of operations is obvious (install before service), that all needs to be defined and maintained.Add a
homebrew_services
moduleCode of Conduct