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 ability to pin a package #53157

Merged
merged 2 commits into from
Mar 5, 2019

Conversation

jborean93
Copy link
Contributor

SUMMARY

Add the ability to pin and unpin a Chocolatey package using the pinned option. This was originally planned to go into a separate module like #44766 but after playing around with the functionality it made more sense to include it in the base win_chocolatey module that already managed packages.

Fixes #38526

ISSUE TYPE
  • Feature Pull Request
COMPONENT NAME

win_chocolatey

@ansibot
Copy link
Contributor

ansibot commented Mar 1, 2019

@ansibot ansibot added affects_2.8 This issue/PR affects Ansible v2.8 community_review In order to be merged, this PR must follow the community review workflow. feature This issue/PR relates to a feature request. module This issue/PR relates to a module. needs_triage Needs a first human triage before being processed. support:community This issue/PR relates to code supported by the Ansible community. windows Windows community labels Mar 1, 2019
@jborean93 jborean93 merged commit b74295d into ansible:devel Mar 5, 2019
@jborean93 jborean93 deleted the win_chocolatey-pin branch March 5, 2019 04:19
@sivel sivel removed the needs_triage Needs a first human triage before being processed. label Mar 5, 2019
@basictheprogram
Copy link

Not sure if I should open a new ticket. So I'll start here. This looks like it was merged but the documentation at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html still doesn't show pinned as an option. Let me know if I should open a new ticket against the docs. Thanks.

@jborean93
Copy link
Contributor Author

jborean93 commented May 15, 2019

@basictheprogram the link you sent through is for the "latest" branch which is still 2.7. When 2.8 is officially released that will point to the 2.8 docs, for now you can look at devel which shows the pinned option https://docs.ansible.com/ansible/devel/modules/win_chocolatey_module.html.

@ansible ansible locked and limited conversation to collaborators Jul 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.8 This issue/PR affects Ansible v2.8 community_review In order to be merged, this PR must follow the community review workflow. feature This issue/PR relates to a feature request. module This issue/PR relates to a module. support:community This issue/PR relates to code supported by the Ansible community. windows Windows community
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pinning win_chocolatey packages
4 participants