From 9456ece4b19bae2c98f0ad8967b138a8c54dd82f 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 --- lib/ansible/modules/windows/win_lineinfile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/windows/win_lineinfile.py b/lib/ansible/modules/windows/win_lineinfile.py index 7377f26d359..30bedece58a 100644 --- a/lib/ansible/modules/windows/win_lineinfile.py +++ b/lib/ansible/modules/windows/win_lineinfile.py @@ -33,6 +33,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: