Fix task names in dev deploy playbooks

The task names in the dev deploy playbooks for deploying k8s
were mistakenly named after the previous tasks. This fixes them
appropriately

Change-Id: Ifc9c1ceda5b62532a44b83733aad9755165f5b55
This commit is contained in:
Steve Wilkerson 2018-05-17 08:47:47 -05:00 committed by Pete Birley
parent 70bb9f708b
commit 3a86bc9a64
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
zuul_site_mirror_fqdn: "{{ zuul_site_mirror_fqdn }}"
args:
chdir: "{{ zuul_osh_relative_path | default(zuul.project.src_dir) }}"
- name: Deploy Required packages
- name: Deploy Kubernetes
shell: |
set -xe;
./tools/deployment/developer/ceph/010-deploy-k8s.sh

View File

@ -24,7 +24,7 @@
zuul_site_mirror_fqdn: "{{ zuul_site_mirror_fqdn }}"
args:
chdir: "{{ zuul_osh_relative_path | default(zuul.project.src_dir) }}"
- name: Deploy Required packages
- name: Deploy Kubernetes
shell: |
set -xe;
./tools/deployment/developer/nfs/010-deploy-k8s.sh