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

Implement the '--ignore-pinned' to 'pinned'-parameter to "Allow Bypassing of Pinned Package(s) During Upgrade" #173

Open
2 tasks done
knutguenther opened this issue Dec 13, 2024 · 0 comments

Comments

@knutguenther
Copy link

Checklist

  • I have verified this is the correct repository for opening this issue.
  • I have verified no other issues exist related to my request.

Is Your Feature Request Related To A Problem? Please describe.

To upgrade one (or a list) of certain choco packages which is/are pinned at the moment two or more ansible tasks are needed to do the unpinning, update and repinning. Less lines of code would be great, which is possible now since the chocolatey --ignore-pinned functionality is there.

Describe The Solution. Why is it needed?

It would be a bit cleaner in an ansible play, if it would be possible to make use if the new / short choco upgrade XYZ --ignore-pinned functionality at the win_chocolatey modules pinned-parameter. It was announced here Allow Bypassing of Pinned Package(s) During Upgrade

That could be i.e. another choice in the pinned parameter :

Choices:
    false
    true
    ignore

But maybe that is not that easy, due to the parameters boolean type character!?

Additional Context

No response

Related Issues

No response

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

1 participant