YAML requires quoting the entire value when it starts with a quote

Fixes #2280.
This commit is contained in:
Daniel Hokka Zakrisson 2013-03-02 21:35:19 +01:00
parent de09e9dade
commit b130716b61

View file

@ -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
```````````````````