Merge "Added a variable so pkg-locations to be redefined"

This commit is contained in:
Jenkins 2016-01-22 10:23:42 +00:00 committed by Gerrit Code Review
commit 9018862e9e

View File

@ -21,10 +21,7 @@
- name: Load local packages - name: Load local packages
debug: debug:
msg: "Loading Packages" msg: "Loading Packages"
with_py_pkgs: with_py_pkgs: "{{ pkg_locations }}"
- ../
- /etc/ansible/roles
- /etc/openstack_deploy
register: local_packages register: local_packages
tags: tags:
- repo-clone-repos - repo-clone-repos
@ -45,3 +42,8 @@
repo_build_pip_extra_index: "https://pypi.python.org/simple" repo_build_pip_extra_index: "https://pypi.python.org/simple"
tags: tags:
- "repo-build" - "repo-build"
vars:
pkg_locations:
- ../
- /etc/ansible/roles
- /etc/openstack_deploy