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

Fixes #2280.
pull/2275/merge
Daniel Hokka Zakrisson 11 years ago
parent de09e9dade
commit b130716b61

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

Loading…
Cancel
Save