Remove redundant pip install task

We can clean up our install tasks by using an include.

Change-Id: Ic206d855bc51db07d5f64717e384a98b710efa70
Depends-On: https://review.openstack.org/560232
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-04-10 20:29:59 -04:00
parent 13e2783eac
commit 88550baa13
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 5 additions and 7 deletions

View File

@ -19,10 +19,8 @@
update: "{{ shade_git_update|default(omit) }}"
version: "{{ shade_git_version }}"
- name: Pip install shade from local git repo.
become: yes
pip:
extra_args: "{{ shade_pip_extra_args|default(omit) }}"
name: "file://{{ shade_git_dest }}"
virtualenv_python: "{{ shade_pip_virtualenv_python|default(omit) }}"
virtualenv: "{{ shade_pip_virtualenv|default(omit) }}"
- name: Set shade_pip_name to local git repo.
set_fact:
shade_pip_name: "file://{{ shade_git_dest }}"
- include: pip.yaml