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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 105 additions and 19 deletions

View file

@ -60,7 +60,8 @@ options:
source:
description:
- The file/folder/url of the source.
- Required when I(state) is C(present) or C(disabled).
- Required when I(state) is C(present) or C(disabled) and the source does
not already exist.
source_username:
description:
- The username used to access I(source).