Add DPDK install to ansible
[csit.git] / resources / tools / testbed-setup / ansible / roles / sut / tasks / main.yaml
index 90990b6..9384784 100644 (file)
@@ -15,3 +15,7 @@
     state: 'link'
   become: yes
   tags: copy-80-vpp
+
+- name: Install DPDK
+  include_tasks: 'dpdk.yaml'
+  tags: install-dpdk