mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
* Fixes #3539 "win_robocopy does not return changed properly" Remove .win_robocopy from $result so that ansible can see the values properly. This also matches up with the existing documentation. * Update documentation to match new return values
This commit is contained in:
committed by
Matt Davis
parent
232cb764da
commit
0ffacedb3e
@@ -129,7 +129,7 @@ flags:
|
||||
returned: always
|
||||
type: string
|
||||
sample: "/e /purge"
|
||||
return_code:
|
||||
rc:
|
||||
description: The return code retuned by robocopy.
|
||||
returned: success
|
||||
type: int
|
||||
|
||||
Reference in New Issue
Block a user