task: main: Run the pip_install role on all distros

For source based installations we need to have a working pip environment
so it's necessary to use the pip_install role for now which ensures that
proper versions of pip (+friends) is installed and that a proper
pip.conf file is placed on the host.

Change-Id: Ib2b90319a5fb1eef129a75c43bf9f5a480557768
This commit is contained in:
Markos Chandras 2018-05-02 20:05:14 +01:00
parent 4d39849e70
commit 0083cbbc53

View File

@ -72,8 +72,6 @@
- name: Run the pip install role
include_role:
name: pip_install
when:
- ansible_pkg_mgr in ['yum', 'dnf']
tags:
- openstack_hosts-install