You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Checklist
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 thewin_chocolatey
modulespinned
-parameter. It was announced here Allow Bypassing of Pinned Package(s) During UpgradeThat could be i.e. another choice in the pinned parameter :
But maybe that is not that easy, due to the parameters boolean type character!?
Additional Context
No response
Related Issues
No response
The text was updated successfully, but these errors were encountered: