mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 22:00:22 -07:00
Correct lineinfile documentation about double quoting... Hasn't been the case for years.
This commit is contained in:
parent
e94140e52b
commit
1002fafedf
1 changed files with 1 additions and 2 deletions
|
@ -65,8 +65,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- Required for C(state=present). The line to insert/replace into the
|
- Required for C(state=present). The line to insert/replace into the
|
||||||
file. If C(backrefs) is set, may contain backreferences that will get
|
file. If C(backrefs) is set, may contain backreferences that will get
|
||||||
expanded with the C(regexp) capture groups if the regexp matches. The
|
expanded with the C(regexp) capture groups if the regexp matches.
|
||||||
backreferences should be double escaped (see examples).
|
|
||||||
backrefs:
|
backrefs:
|
||||||
required: false
|
required: false
|
||||||
default: "no"
|
default: "no"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue