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:
parent
45d778edc5
commit
20a43403b5
@ -128,7 +128,7 @@
|
||||
- defaults/repo_packages/openstack_services.yml
|
||||
vars:
|
||||
pkg_locations:
|
||||
- ../
|
||||
- "{{ playbook_dir }}/../"
|
||||
- /etc/ansible/roles
|
||||
- /etc/openstack_deploy
|
||||
tags:
|
||||
|
Loading…
Reference in New Issue
Block a user