]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
more dependencies needed for deb slaves
authorAlfredo Deza <adeza@redhat.com>
Thu, 23 Jul 2015 13:28:30 +0000 (09:28 -0400)
committerAlfredo Deza <adeza@redhat.com>
Thu, 23 Jul 2015 13:28:30 +0000 (09:28 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ansible/slave.yml.j2

index e22ee4fc0e7c320741e0bbdc89ead5138509bc21..0a146ce10ccbf2e29e31e6d28218911a41f3c92c 100644 (file)
@@ -96,6 +96,8 @@
         - pkgconfig
         - redhat-rpm-config
         - rpm-build
+        - dpkg
+        - dpkg-dev
       when: ansible_pkg_mgr  == "yum"
 
     # Run the equivalent of "apt-get update" as a separate step
         - python-pip
         - python-virtualenv
         - libtool
+        - autotools-dev
+        - automake
       when: ansible_pkg_mgr  == "apt"
 
     - name: install six, latest one