ansible.windows icon indicating copy to clipboard operation
ansible.windows copied to clipboard

win_package: Support PackageManagement providers

Open jamesmarshall24 opened this issue 4 years ago • 0 comments

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

jamesmarshall24 avatar Mar 19 '20 22:03 jamesmarshall24