fixed up win_robocopy return values (#28538)

* fixed up win_robocopy return values

* reduced lin size for validator
pull/28546/merge
Jordan Borean 7 years ago committed by GitHub
parent a9458ca609
commit e631676546

@ -140,7 +140,7 @@ output:
description: The output of running the robocopy command.
returned: success
type: string
sample: "----------------------------------------\n ROBOCOPY :: Robust File Copy for Windows \n----------------------------------------\n"
sample: "------------------------------------\\n ROBOCOPY :: Robust File Copy for Windows \\n------------------------------------\\n "
msg:
description: Output intrepreted into a concise message.
returned: always

Loading…
Cancel
Save