From 493144e06ce1a4b16008e4ffb423a59818295b27 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Fri, 15 May 2015 14:13:27 -0700 Subject: [PATCH] Correct lineinfile documentation about double quoting... Hasn't been the case for years. --- files/lineinfile.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/files/lineinfile.py b/files/lineinfile.py index 2f7154e17be..282feab70cf 100644 --- a/files/lineinfile.py +++ b/files/lineinfile.py @@ -65,8 +65,7 @@ options: description: - Required for C(state=present). The line to insert/replace into the file. If C(backrefs) is set, may contain backreferences that will get - expanded with the C(regexp) capture groups if the regexp matches. The - backreferences should be double escaped (see examples). + expanded with the C(regexp) capture groups if the regexp matches. backrefs: required: false default: "no"