From b57d549e169154a074c020f657bedf4f1c22a4c9 Mon Sep 17 00:00:00 2001 From: Marius Gedminas Date: Fri, 25 Sep 2015 10:27:35 +0300 Subject: [PATCH] Typo in shell command in example --- docsite/rst/playbooks_filters.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/playbooks_filters.rst b/docsite/rst/playbooks_filters.rst index 4c3c170567..b8a847a5e7 100644 --- a/docsite/rst/playbooks_filters.rst +++ b/docsite/rst/playbooks_filters.rst @@ -426,7 +426,7 @@ Other Useful Filters To add quotes for shell usage:: - - shell: echo={{ string_value | quote }} + - shell: echo {{ string_value | quote }} To use one value on true and another on false (new in version 1.9)::