diff --git a/common/deploy-steps-tasks.yaml b/common/deploy-steps-tasks.yaml index e4adc4312b..9d1d6a3b03 100644 --- a/common/deploy-steps-tasks.yaml +++ b/common/deploy-steps-tasks.yaml @@ -166,7 +166,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: @@ -191,7 +191,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 @@ -215,7 +215,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 @@ -246,7 +246,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