Update lineinfile.py (#38444)
`line` is a parameter. just making it explicit.
This commit is contained in:
parent
56937e8972
commit
b43a1a9f9f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue