win_chocolatey_source - fix state=disabled with no source (#53097)

This commit is contained in:
Jordan Borean 2019-03-05 14:18:00 +10:00 committed by GitHub
commit be7768efc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 105 additions and 19 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- win_chocolatey_source - fix bug where a Chocolatey source could not be disabled unless ``source`` was also set - https://github.com/ansible/ansible/issues/50133