Update lineinfile.py (#38444)

`line` is a parameter. just making it explicit.
pull/40697/head
siran 7 years ago committed by ansibot
parent 56937e8972
commit b43a1a9f9f

@ -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)

Loading…
Cancel
Save