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:
Gauvain Pocentek 2019-03-11 20:50:17 +01:00
parent 5ff45134ac
commit 79da22a897

View File

@ -302,6 +302,7 @@ outputs:
tags:
- overcloud
- deploy_steps
- step0
- hosts: {{primary_role_name}}:DEPLOY_TARGET_HOST
name: Server deployments