]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
install dev packges for libssl and libffi on rpm and deb sytems 380/head
authorAndrew Schoen <aschoen@redhat.com>
Mon, 2 May 2016 20:13:07 +0000 (15:13 -0500)
committerAlfredo Deza <adeza@redhat.com>
Mon, 2 May 2016 23:34:58 +0000 (19:34 -0400)
These are needed to pip install ansible.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
ansible/slave.yml

index 377baed8884c69219f3efc08ba9cf6331109ce1e..9b73ef3d8f5adf9048ffd15a35dbdec826ac84d5 100644 (file)
@@ -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
         - libmysqlclient-dev
         - libevent-dev
         - libffi-dev
+        - libssl-dev
       when: ansible_pkg_mgr  == "apt"
 
     - name: Add the Debian Jessie Key