mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-16 22:01:15 +00:00
YAML requires quoting the entire value when it starts with a quote
Fixes #2280.
This commit is contained in:
@@ -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
|
||||
```````````````````
|
||||
|
||||
Reference in New Issue
Block a user