1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Update lineinfile.py (#38444)

`line` is a parameter. just making it explicit.
This commit is contained in:
siran 2018-05-24 23:22:18 -04:00 committed by ansibot
parent 56937e8972
commit b43a1a9f9f

View file

@ -59,7 +59,7 @@ options:
expanded with the C(regexp) capture groups if the regexp matches. expanded with the C(regexp) capture groups if the regexp matches.
backrefs: backrefs:
description: 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) (both positional and named) that will get populated if the C(regexp)
matches. This flag changes the operation of the module slightly; matches. This flag changes the operation of the module slightly;
C(insertbefore) and C(insertafter) will be ignored, and if the C(regexp) C(insertbefore) and C(insertafter) will be ignored, and if the C(regexp)