Escape backslash in assemble module docs

reviewable/pr18780/r1
Aleksey Khudyakov 10 years ago
parent c8845cdc65
commit a1d76ca8d1

@ -74,7 +74,7 @@ options:
regexp:
description:
- Assemble files only if C(regex) matches the filename. If not set,
all files are assembled. All "\" (backslash) must be escaped as
all files are assembled. All "\\" (backslash) must be escaped as
"\\\\" to comply yaml syntax. Uses Python regular expressions; see
U(http://docs.python.org/2/library/re.html).
required: false

Loading…
Cancel
Save