From b130716b615f45da8653fcb1a885eb8958c5219b Mon Sep 17 00:00:00 2001 From: Daniel Hokka Zakrisson Date: Sat, 2 Mar 2013 21:35:19 +0100 Subject: [PATCH] YAML requires quoting the entire value when it starts with a quote Fixes #2280. --- docsite/rst/playbooks2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/playbooks2.rst b/docsite/rst/playbooks2.rst index 9677ad129d7..dfa993a7d67 100644 --- a/docsite/rst/playbooks2.rst +++ b/docsite/rst/playbooks2.rst @@ -372,7 +372,7 @@ to a task include statement as below. Note this does not work with playbook inc get evaluated, but the conditional is applied to each and every task:: - include: tasks/sometasks.yml - when_string: 'reticulating splines' in $output + when_string: "'reticulating splines' in $output" Conditional Imports ```````````````````