From 1002fafedf67d5f2061c979f146bb7748513c44b 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. --- lib/ansible/modules/files/lineinfile.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/ansible/modules/files/lineinfile.py b/lib/ansible/modules/files/lineinfile.py index 2f7154e17b..282feab70c 100644 --- a/lib/ansible/modules/files/lineinfile.py +++ b/lib/ansible/modules/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"