Correct lineinfile documentation about double quoting... Hasn't been the case for years.

reviewable/pr18780/r1
Toshio Kuratomi 9 years ago
parent 75790b6ebb
commit 493144e06c

@ -65,8 +65,7 @@ options:
description:
- Required for C(state=present). The line to insert/replace into the
file. If C(backrefs) is set, may contain backreferences that will get
expanded with the C(regexp) capture groups if the regexp matches. The
backreferences should be double escaped (see examples).
expanded with the C(regexp) capture groups if the regexp matches.
backrefs:
required: false
default: "no"

Loading…
Cancel
Save