From f418a5558d890be94e9694854f49b4d3ebc7e1f4 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Thu, 23 Jul 2015 09:28:30 -0400 Subject: [PATCH] more dependencies needed for deb slaves Signed-off-by: Alfredo Deza --- ansible/slave.yml.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ansible/slave.yml.j2 b/ansible/slave.yml.j2 index e22ee4fc..0a146ce1 100644 --- a/ansible/slave.yml.j2 +++ b/ansible/slave.yml.j2 @@ -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 @@ -120,6 +122,8 @@ - python-pip - python-virtualenv - libtool + - autotools-dev + - automake when: ansible_pkg_mgr == "apt" - name: install six, latest one -- 2.39.5