Add pip_install meta-dep to solve SNI issues

While pip is not required for this role (it does not install any pip
packages) it does ensure that all the required packages are installed
in order to resolve SNI issues when Ansible executes the get_url task
to fetch the RabbitMQ package.

Change-Id: Ic55811136e01fbb9a400cfb8170fcda4fb3b3867
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
Kevin Carter 2016-08-12 09:23:44 -05:00 committed by Jesse Pretorius (odyssey4me)
parent 8adfab58c0
commit 231331b546

View File

@ -33,6 +33,7 @@ galaxy_info:
- development
- openstack
dependencies:
- pip_install
- role: apt_package_pinning
when:
- ansible_pkg_mgr == 'apt'