From a73e8da993831eb23d433110548e59331fb7f162 Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Mon, 8 Jun 2015 15:50:16 -0400 Subject: [PATCH] Remove arping from the list of base packages. Change-Id: I8374356efb8a33e04ec91062f1d15302383eef71 --- ansible/tasks/base.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/ansible/tasks/base.yml b/ansible/tasks/base.yml index 219171e..1336709 100644 --- a/ansible/tasks/base.yml +++ b/ansible/tasks/base.yml @@ -8,7 +8,6 @@ - iptables-persistent - conntrack - ntp - - arping - name: latest bash (CVE-2014-6271) apt: name=bash state=latest install_recommends=no