mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 20:31:27 -07:00
win_chocolatey_source - fix state=disabled with no source (#53097)
This commit is contained in:
parent
ae24bbff4a
commit
be7768efc7
4 changed files with 105 additions and 19 deletions
|
@ -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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue