Commit d709c47a by Michael DeHaan

Merge pull request #2795 from Tinche/lineinfile-doc

[Trivial][Doc] Lineinfile documentation fix.
parents 75cf5c98 adc1113a
...@@ -69,7 +69,7 @@ options: ...@@ -69,7 +69,7 @@ options:
- Used with C(state=present). If set, line can contain backreferences - Used with C(state=present). If set, line can contain backreferences
(both positional and named) that will get populated if the regexp (both positional and named) that will get populated if the regexp
matches. This flag changes the operation of the module slightly; matches. This flag changes the operation of the module slightly;
insertbefore) and insertafter will be ignored, and if the regexp insertbefore and insertafter will be ignored, and if the regexp
doesn't match anywhere in the file, the file will be left unchanged. doesn't match anywhere in the file, the file will be left unchanged.
If the regexp does match, the last matching line will be replaced by If the regexp does match, the last matching line will be replaced by
the expanded line parameter. the expanded line parameter.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment