summaryrefslogtreecommitdiff
path: root/playbooks/zuul-stream
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2017-08-31 13:48:59 -0500
committerMonty Taylor <mordred@inaugust.com>2017-08-31 15:50:03 -0500
commita36b3b314cbbfc70f7ed819e96e89740340b1cfa (patch)
tree752b9442e54e725999435db177d787b2baf0ac8c /playbooks/zuul-stream
parentc9f56757491fcdcd298c0937ed1f495219e67f86 (diff)
downloadzuul-a36b3b314cbbfc70f7ed819e96e89740340b1cfa.tar.gz
Don't output complex items in the summary line
When iterating over complex objects, printing them out in the task summary line is very noisy and hard to follow. Change-Id: I4ae748f167ee03ba97a4bcbf2417dae0271e24a5
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: