Commit
269b5fc033b1ee8d14d9d4694f4f0d3765866c0a ("xci: installer: osa:
Fix status report when bootstrapping OSA") removed the 'chdir' parameter
by accident and this broke the OpenStack-Ansible bootstrapping. This
patch brings the missing parameter back.
Change-Id: I0ecfa0eb4c91a9f1dfa2d86a8a50bacdbd224533
Signed-off-by: Markos Chandras <mchandras@suse.de>
command: "/bin/bash ./scripts/bootstrap-ansible.sh"
args:
creates: "/usr/local/bin/openstack-ansible"
+ chdir: "{{openstack_osa_path}}"
- name: install opnfv pip required packages
pip: