From c06d8f722e27a0db06a09a59394f9797c70bab8f Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Fri, 23 Oct 2015 15:49:29 -0500 Subject: [PATCH] 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 --- ansible/slave.yml.j2 | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.39.5