From: Andrew Schoen Date: Fri, 23 Oct 2015 20:49:29 +0000 (-0500) Subject: do not install dpkg and dpkg-dev on yum based jenkins slaves X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F153%2Fhead;p=ceph-build.git do not install dpkg and dpkg-dev on yum based jenkins slaves These packages were failing to install on CentOS 7, we do not think they are needed anyway. Signed-off-by: Andrew Schoen --- diff --git a/ansible/slave.yml.j2 b/ansible/slave.yml.j2 index 10c2ce6d..52c86e03 100644 --- a/ansible/slave.yml.j2 +++ b/ansible/slave.yml.j2 @@ -63,8 +63,6 @@ - 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