mirror of
https://github.com/ansible/ansible.git
synced 2026-08-03 08:03:05 +02:00
uri: add documentation for return value path (#75795)
This commit is contained in:
@@ -407,6 +407,11 @@ msg:
|
||||
returned: always
|
||||
type: str
|
||||
sample: OK (unknown bytes)
|
||||
path:
|
||||
description: destination file/path
|
||||
returned: dest is defined
|
||||
type: str
|
||||
sample: /path/to/file.txt
|
||||
redirected:
|
||||
description: Whether the request was redirected.
|
||||
returned: on success
|
||||
|
||||
Reference in New Issue
Block a user