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
parent ae24bbff4a
commit be7768efc7
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