ansible.windows
ansible.windows copied to clipboard
win_package: Support PackageManagement providers
SUMMARY
Add the ability to specify package name, provider, and version through win_package
ISSUE TYPE
- Feature Idea
COMPONENT NAME
win_package
ADDITIONAL INFORMATION
Extend win_package to handle requests similar to the following
Install-Package -Name "package-name" –ProviderName ProviderName -RequiredVersion X.Y.Z -Force