Deploy steps playbook: add a step0 tag
All the config-download steps can be run using a `stepX` tag with ansible-playbook, except step 0. This patch adds the tag. Change-Id: Ida335e7b7efef6c2a5a8b7a23b09f13588c7695a
This commit is contained in:
parent
5ff45134ac
commit
79da22a897
@ -302,6 +302,7 @@ outputs:
|
||||
tags:
|
||||
- overcloud
|
||||
- deploy_steps
|
||||
- step0
|
||||
|
||||
- hosts: {{primary_role_name}}:DEPLOY_TARGET_HOST
|
||||
name: Server deployments
|
||||
|
Loading…
Reference in New Issue
Block a user