From df74fa14e8db0035ee933c13f05b61fa1ed9c8e4 Mon Sep 17 00:00:00 2001 From: J Levitt Date: Fri, 15 Jan 2016 15:20:25 -0600 Subject: [PATCH] Make it clear that the dest path delimiters must be escaped Make it clear that the dest path delimiters must be escaped --- windows/win_lineinfile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/windows/win_lineinfile.py b/windows/win_lineinfile.py index 24d0afdef7b..5d90c0ac141 100644 --- a/windows/win_lineinfile.py +++ b/windows/win_lineinfile.py @@ -31,6 +31,7 @@ options: aliases: [ name, destfile ] description: - The path of the file to modify. + - Note that the Windows path delimiter '\' must be escaped as '\\' (see examples below) regexp: required: false description: