From ba0719c1b7256636594b025668b0fee02f6165d0 Mon Sep 17 00:00:00 2001 From: James Slagle Date: Thu, 25 Jan 2018 16:42:07 -0500 Subject: [PATCH] Add {{step}} var to Task name Add the {{step}} var to a couple of task names from deploy-steps-tasks.yaml where it was missing. Makes the output a bit more consistent and user friendly. Change-Id: I0a1b3f7f62543107b2f82ee57d75e65ecc7e02d4 --- common/deploy-steps-tasks.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/deploy-steps-tasks.yaml b/common/deploy-steps-tasks.yaml index 3d33f51aed..1cb8c79f82 100644 --- a/common/deploy-steps-tasks.yaml +++ b/common/deploy-steps-tasks.yaml @@ -31,7 +31,7 @@ ###################################### # Generate config via docker-puppet.py ###################################### - - name: Run docker-puppet tasks (generate config) + - name: Run docker-puppet tasks (generate config) during step {{step}} shell: python /var/lib/docker-puppet/docker-puppet.py environment: NET_HOST: 'true' @@ -75,7 +75,7 @@ path: /var/lib/docker-puppet/docker-puppet-tasks{{step}}.json register: docker_puppet_tasks_json become: true - - name: Run docker-puppet tasks (bootstrap tasks) + - name: Run docker-puppet tasks (bootstrap tasks) for step {{step}} shell: python /var/lib/docker-puppet/docker-puppet.py environment: CONFIG: /var/lib/docker-puppet/docker-puppet-tasks{{step}}.json