mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge pull request #7717 from Xerkus/patch-2
Escape backslash in assemble module docs
This commit is contained in:
commit
4cbe4b9306
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ options:
|
||||||
regexp:
|
regexp:
|
||||||
description:
|
description:
|
||||||
- Assemble files only if C(regex) matches the filename. If not set,
|
- 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
|
"\\\\" to comply yaml syntax. Uses Python regular expressions; see
|
||||||
U(http://docs.python.org/2/library/re.html).
|
U(http://docs.python.org/2/library/re.html).
|
||||||
required: false
|
required: false
|
||||||
|
|
Loading…
Reference in a new issue