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
This commit is contained in:
parent
5926cbaa90
commit
ba0719c1b7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user