summaryrefslogtreecommitdiff
path: root/test/integration/targets/assert/assert.out.nested_tmpl.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/assert/assert.out.nested_tmpl.stderr')
-rw-r--r--test/integration/targets/assert/assert.out.nested_tmpl.stderr4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/integration/targets/assert/assert.out.nested_tmpl.stderr b/test/integration/targets/assert/assert.out.nested_tmpl.stderr
new file mode 100644
index 00000000..ea208a41
--- /dev/null
+++ b/test/integration/targets/assert/assert.out.nested_tmpl.stderr
@@ -0,0 +1,4 @@
++ ansible-playbook -i localhost, -c local nested_tmpl.yml
+++ set +x
+[WARNING]: conditional statements should not include jinja2 templating
+delimiters such as {{ }} or {% %}. Found: "{{ foo }}" == "bar"