Enable tcpdump in default build

Closes-bug: 1500562
Change-Id: I82e88840b0522080cdb7ba738f6cbaf3752f4137
This commit is contained in:
Mark McClain 2015-09-28 14:42:24 -04:00
parent 35529c9050
commit 1e5409df29
2 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,7 @@
- iptables-persistent
- conntrack
- ntp
- tcpdump
- name: latest bash (CVE-2014-6271)
apt: name=bash state=latest install_recommends=no

View File

@ -4,5 +4,4 @@
apt: name={{item}} state=installed install_recommends=no
with_items:
- mtr
- tcpdump
- tshark