Skip to content
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_chocolatey - add version constraints #39

Closed
jborean93 opened this issue Mar 11, 2020 · 2 comments
Closed

win_chocolatey - add version constraints #39

jborean93 opened this issue Mar 11, 2020 · 2 comments

Comments

@jborean93
Copy link
Collaborator

From @mvorisek on Jun 16, 2019 13:18

SUMMARY

I propose to add version range constraint support to accept versions like [7.3, 7.4).

Chocolatey has no native support, hovewer the Chocolatey can lookup all versions like choco list php --by-id-only -a (or with `-e switch once chocolatey/choco#1843 is solved). So I propose to allow to specify version by version range constraint, find the latest stable version and then proceed with instal of the discovered/fixed version.

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

win_chocolatey

Copied from original issue: ansible/ansible#57917

@jborean93
Copy link
Collaborator Author

Closing as the win_chocolatey module has been migrated to a Chocolatey specific collection chocolatey.chocolatey.

cc @vexx32 just to be aware that this is not being tracked here anymore

@mvorisek
Copy link

mvorisek commented Apr 8, 2020

@jborean93 Thanks for the ping, I migrated it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants