From a1d76ca8d1f0cf76448624bdb3da2ff1de0cfeac Mon Sep 17 00:00:00 2001 From: Aleksey Khudyakov Date: Wed, 11 Jun 2014 04:38:57 +1100 Subject: [PATCH] Escape backslash in assemble module docs --- files/assemble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/assemble b/files/assemble index cfb0ded6e5b..e3d42c7a7b2 100644 --- a/files/assemble +++ b/files/assemble @@ -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