diff --git a/common/deploy-steps-tasks.yaml b/common/deploy-steps-tasks.yaml index 4a6d8d0b5d..b2e7517b13 100644 --- a/common/deploy-steps-tasks.yaml +++ b/common/deploy-steps-tasks.yaml @@ -198,7 +198,7 @@ no_log: true become: 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: outputs.rc is defined failed_when: outputs.rc not in [0, 2] @@ -221,7 +221,7 @@ no_log: true become: 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 failed_when: outputs.rc != 0 @@ -245,7 +245,7 @@ no_log: true become: 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 failed_when: outputs.rc != 0 @@ -275,7 +275,7 @@ no_log: true become: 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 failed_when: outputs.rc != 0