Update bootstrap playbook path

This change updates the variable used to define the location of
ansible bootstrap playbook used during the Setup stage.

Path was updated as follows:
From: /usr/share/ansible/stx-ansible/playbooks/bootstrap/bootstrap.yml
To: /usr/share/ansible/stx-ansible/playbooks/bootstrap.yml

Reference https://storyboard.openstack.org/#!/story/2004761
Task 36571

Change-Id: I0fbd54b139a88534dafbc683384dc32344b9a46f
This commit is contained in:
Lemus Contreras, Cristopher J 2019-09-18 10:28:50 -07:00 committed by Cristopher Lemus
parent 83637f3573
commit 7327cf5fc7
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ Ansible Bootstrap Configuration
... sed -i 's/ADMIN_PASS/${password}/' ${destination}
Run Command ${sed_cmd}
${bootstrap} Set Variable
... /usr/share/ansible/stx-ansible/playbooks/bootstrap/bootstrap.yml
... /usr/share/ansible/stx-ansible/playbooks/bootstrap.yml
Run Command ansible-playbook ${bootstrap} True 3600 ~$
Copy Install Packages