]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ansible: add missing ssl deps to static deb builders 545/head
authorDavid Galloway <dgallowa@redhat.com>
Tue, 15 Nov 2016 23:10:15 +0000 (18:10 -0500)
committerDavid Galloway <dgallowa@redhat.com>
Tue, 15 Nov 2016 23:34:22 +0000 (18:34 -0500)
Also, install curl on all slaves

Signed-off-by: David Galloway <dgallowa@redhat.com>
ansible/examples/slave.yml
ansible/examples/slave_static.yml

index 3fc674cc9d7ca143ba033124095f414e5aad32ab..884fc82670ca2d1ae9dd8993fa48e5abf632ef36 100644 (file)
         - doxygen
         - ditaa
         - ant
+        - curl
       when: ansible_pkg_mgr  == "apt"
 
     - name: Add the Debian Jessie Key
index f9c5e138af8b339836254971a7b6717626120c89..a5a58f9e07c4a9b12ee2d0fd1e61f999e4417ec3 100644 (file)
         - python-pip
         - python-virtualenv
         - libtool
+        - libssl-dev
+        - libffi-dev
         - autotools-dev
         - automake
         - cmake