aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/install_dpdk/tasks/Debian.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/roles/install_dpdk/tasks/Debian.yml')
-rwxr-xr-xansible/roles/install_dpdk/tasks/Debian.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible/roles/install_dpdk/tasks/Debian.yml b/ansible/roles/install_dpdk/tasks/Debian.yml
index 4f0c3c881..b76a0fbf8 100755
--- a/ansible/roles/install_dpdk/tasks/Debian.yml
+++ b/ansible/roles/install_dpdk/tasks/Debian.yml
@@ -17,6 +17,7 @@
with_items:
- libpcap-dev
- pciutils
+ - libelf-dev
- name: Install kernel headers
action: "{{ ansible_pkg_mgr }} name=linux-headers-{{ dpdk_kernel }} state=present"