mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
fixed up win_robocopy return values (#28538)
* fixed up win_robocopy return values * reduced lin size for validator
This commit is contained in:
parent
a9458ca609
commit
e631676546
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue