chocolatey / chocolatey-ansible

The Chocolatey module collection for Ansible
GNU General Public License v3.0
49 stars 30 forks source link

Add chocolateygui_config and chococlateygui_feature Modules #66

Open ryanrichter94 opened 2 years ago

ryanrichter94 commented 2 years ago

@pauby @gep13 Would like to raise the question if this Ansible collection would be the correct place to request the addition of win_chocolateygui_config and win_chocolateygui_feature ansible modules.

Would like to be able to manage the config and features available within Chocolatey GUI in much the same way as the current win_chocolatey_config and win_chocolatey_feature modules work within this current collection.

Know it is currently possible to make these changes via powershell running a chocolateyguicli feature or chocolateyguicli config command.

vexx32 commented 2 years ago

Yeah, could do. You could likely lift the majority of the current win_chocolatey_feature and win_chocolatey_config modules, replace a few executable names, check args syntax and config file paths and error messages, and have it relatively ready to go.

I suspect the big thing would be mainly adding tests around it.

pauby commented 2 years ago

Great suggestion @ryanrichter94 ! I think adding this makes sense.