From 231331b546b2db49af3c4f9d3b225260f3148942 Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Fri, 12 Aug 2016 09:23:44 -0500 Subject: [PATCH] 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 --- meta/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/main.yml b/meta/main.yml index ce42304f..f8a5cb8c 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -33,6 +33,7 @@ galaxy_info: - development - openstack dependencies: + - pip_install - role: apt_package_pinning when: - ansible_pkg_mgr == 'apt'