From d1716098023f8a84b5c381325a9096a4cab28c88 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Mon, 2 May 2016 15:13:07 -0500 Subject: [PATCH] install dev packges for libssl and libffi on rpm and deb sytems These are needed to pip install ansible. Signed-off-by: Andrew Schoen --- ansible/slave.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ansible/slave.yml b/ansible/slave.yml index 377baed8..9b73ef3d 100644 --- a/ansible/slave.yml +++ b/ansible/slave.yml @@ -65,6 +65,8 @@ - redhat-rpm-config - rpm-build - rpmdevtools + - openssl-devel + - libffi-devel when: ansible_pkg_mgr == "yum" # Run the equivalent of "apt-get update" as a separate step @@ -102,6 +104,7 @@ - libmysqlclient-dev - libevent-dev - libffi-dev + - libssl-dev when: ansible_pkg_mgr == "apt" - name: Add the Debian Jessie Key -- 2.39.5