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

Fixes #2280.
parent de09e9da
...@@ -372,7 +372,7 @@ to a task include statement as below. Note this does not work with playbook inc ...@@ -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:: get evaluated, but the conditional is applied to each and every task::
- include: tasks/sometasks.yml - include: tasks/sometasks.yml
when_string: 'reticulating splines' in $output when_string: "'reticulating splines' in $output"
Conditional Imports Conditional Imports
``````````````````` ```````````````````
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment