Install pip

Pip isn't installed on undercloud, making Install stackviz task fails
because isn't able to find it.

Change-Id: I3aac9a91e1ca74f03d84694239b0a8299dfc9c85
changes/44/430344/3
Arx Cruz 6 years ago
parent 6446c98b06
commit b3f4d5b55a

@ -8,6 +8,12 @@
dest: "{{ working_dir }}/stackviz_static"
use_ssh_args: true
- name: Install pip
easy_install:
name: pip
state: present
become: true
- name: Install stackviz
pip:
name: "."

Loading…
Cancel
Save