Merge "Remove "when failed" from debug task names"

This commit is contained in:
Zuul 2018-09-28 00:54:50 +00:00 committed by Gerrit Code Review
commit fd52b25c8b

@ -176,7 +176,7 @@
failed_when: false
no_log: true
- name: "Debug output for task which failed: Run puppet host configuration for step {{ step }}"
- name: "Debug output for task: Run puppet host configuration for step {{ step }}"
debug:
var: outputs.stdout_lines | default([]) | union(outputs.stderr_lines | default([]))
when:
@ -202,7 +202,7 @@
failed_when: false
no_log: true
- name: "Debug output for task which failed: Run docker-puppet tasks (generate config) during step {{ step }}"
- name: "Debug output for task: Run docker-puppet tasks (generate config) during step {{ step }}"
debug:
var: outputs.stdout_lines | default([]) | union(outputs.stderr_lines | default([]))
when: outputs.rc is defined
@ -227,7 +227,7 @@
failed_when: false
no_log: true
- name: "Debug output for task which failed: Start containers for step {{ step }}"
- name: "Debug output for task: Start containers for step {{ step }}"
debug:
var: outputs.stdout_lines | default([]) | union(outputs.stderr_lines | default([]))
when: outputs.rc is defined
@ -259,7 +259,7 @@
failed_when: false
no_log: true
- name: "Debug output for task which failed: Run docker-puppet tasks (bootstrap tasks) for step {{ step }}"
- name: "Debug output for task: Run docker-puppet tasks (bootstrap tasks) for step {{ step }}"
debug:
var: outputs.stdout_lines | default([]) | union(outputs.stderr_lines | default([]))
when: outputs.rc is defined