mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-22 22:11:44 -07:00
* Issue #19575: Adding Dest Param to win_uri Added `dest` param to win_uri. Outputs the response body to a specified file. Addresses Issue #19575 * Was setting the wrong attribute
This commit is contained in:
parent
b7780ca530
commit
9b7c9931db
2 changed files with 11 additions and 0 deletions
|
@ -57,6 +57,11 @@ options:
|
|||
body:
|
||||
description:
|
||||
- The body of the HTTP request/response to the web service.
|
||||
dest:
|
||||
version_added: "2.3"
|
||||
description:
|
||||
- Output the response body to a file.
|
||||
default: None
|
||||
headers:
|
||||
description:
|
||||
- 'Key Value pairs for headers. Example "Host: www.somesite.com"'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue