Merge "Added a variable so pkg-locations to be redefined"
This commit is contained in:
commit
9018862e9e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user