mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-02 11:22:47 +00:00
Update lineinfile.py (#38444)
`line` is a parameter. just making it explicit.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user