From b43a1a9f9feeecc6df523c12d5035dec4f3ae117 Mon Sep 17 00:00:00 2001 From: siran Date: Thu, 24 May 2018 23:22:18 -0400 Subject: [PATCH] Update lineinfile.py (#38444) `line` is a parameter. just making it explicit. --- lib/ansible/modules/files/lineinfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/files/lineinfile.py b/lib/ansible/modules/files/lineinfile.py index 0efd0c6f19..6ba49160f2 100644 --- a/lib/ansible/modules/files/lineinfile.py +++ b/lib/ansible/modules/files/lineinfile.py @@ -59,7 +59,7 @@ options: expanded with the C(regexp) capture groups if the regexp matches. backrefs: description: - - Used with C(state=present). If set, line can contain backreferences + - Used with C(state=present). If set, C(line) can contain backreferences (both positional and named) that will get populated if the C(regexp) matches. This flag changes the operation of the module slightly; C(insertbefore) and C(insertafter) will be ignored, and if the C(regexp)