From e6316765461b6b97eb6b4742427b22dab288d800 Mon Sep 17 00:00:00 2001 From: Jordan Borean Date: Tue, 22 Aug 2017 23:22:08 -0400 Subject: [PATCH] fixed up win_robocopy return values (#28538) * fixed up win_robocopy return values * reduced lin size for validator --- lib/ansible/modules/windows/win_robocopy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/windows/win_robocopy.py b/lib/ansible/modules/windows/win_robocopy.py index 6af047ac50..a5aa50a3fb 100644 --- a/lib/ansible/modules/windows/win_robocopy.py +++ b/lib/ansible/modules/windows/win_robocopy.py @@ -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