summaryrefslogtreecommitdiff
path: root/playbooks/zuul-stream
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/zuul-stream')
-rw-r--r--playbooks/zuul-stream/fixtures/test-stream.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/playbooks/zuul-stream/fixtures/test-stream.yaml b/playbooks/zuul-stream/fixtures/test-stream.yaml
index 5bffc16ce..29bbf4759 100644
--- a/playbooks/zuul-stream/fixtures/test-stream.yaml
+++ b/playbooks/zuul-stream/fixtures/test-stream.yaml
@@ -20,6 +20,13 @@
- item2
- item3
+ - name: Loop with complex items
+ command: "echo {{ item.name }}"
+ with_items:
+ - name: complex1
+ - name: complex2
+ - name: complex3
+
- name: Run a shell task with an ansible python exception
command: echo foo
args: