update package locations path in repo-build play

Repo build play fails or builds more packages than needed because
of the relative path in the package locations var. Updated the play
to use absolute paths.

Change-Id: If1064032b1d46413b7221c489c355b95106382b7
This commit is contained in:
Ravi Kumar Boyapati 2017-03-28 16:50:11 -04:00 committed by Jesse Pretorius (odyssey4me)
parent 45d778edc5
commit 20a43403b5

View File

@ -128,7 +128,7 @@
- defaults/repo_packages/openstack_services.yml
vars:
pkg_locations:
- ../
- "{{ playbook_dir }}/../"
- /etc/ansible/roles
- /etc/openstack_deploy
tags: