-
Notifications
You must be signed in to change notification settings - Fork 23.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
win_package support for non-default installation parameters #50778
Comments
Files identified in the description: If these files are inaccurate, please update the |
How should /a be usefull for this module? Can you explain what you want to archive? |
cc @if-meaton |
I agree, the module should install or uninstall a program. Other use cases should be handled by invoking msiexec directly using a shell command. We can close this issue as it is irrelevant. |
Files identified in the description: If these files are inaccurate, please update the |
This is not a feature we want ot implement on |
SUMMARY
win_package to support non-default installation parameters
ISSUE TYPE
COMPONENT NAME
win_package
ADDITIONAL INFORMATION
Currently win_package forces a default set of installation parameters:
https://github.com/ansible/ansible/blob/v2.7.5/lib/ansible/modules/windows/win_package.ps1#L340
This prevents the use of alternative flags, such as administrative installation (/a) different logging levels, etc.
It would be great to support overriding these command-line arguments.
The text was updated successfully, but these errors were encountered: