From: Andrew Schoen Date: Mon, 2 May 2016 20:13:07 +0000 (-0500) Subject: install dev packges for libssl and libffi on rpm and deb sytems X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F380%2Fhead;p=ceph-build.git install dev packges for libssl and libffi on rpm and deb sytems These are needed to pip install ansible. Signed-off-by: Andrew Schoen --- diff --git a/ansible/slave.yml b/ansible/slave.yml index 377baed88..9b73ef3d8 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