Commit b9bb3e83 by Brian Coca

added new test that allows for listed bare strings

now with_times: barestring, will error out in test
parent aaab69ca
......@@ -125,9 +125,16 @@
- "bare_var.results[0].item == 1"
- "bare_var.results[1].item == 2"
- name: use list with bare strings in it
debug: msg={{item}}
with_items:
- things2
- things1
- name: use list with undefined var in it
debug: msg={{item}}
with_items: things2
ignore_errors: True
# BUG #10073 nested template handling
......
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