You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/changelogs/fragments/win_chocolatey-bugfixes.yaml

10 lines
545 B
YAML

bugfixes:
- win_chocolatey - fix issue where state=downgrade would upgrade a package if no version was set
minor_changes:
- win_chocolatey - Add support for username and password on source feeds
- win_chocolatey - Add support for installing Chocolatey itself from a source feed
- win_chocolatey - Removed the need to manually escape double quotes in the proxy username and password
- win_chocolatey - Will no longer upgrade Chocolatey in check mode
- win_chocolatey - Added ability to specify multiple packages as a list in 1 module invocation