aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fdio.infra.ansible/roles/intel/tasks/qat.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/fdio.infra.ansible/roles/intel/tasks/qat.yaml b/fdio.infra.ansible/roles/intel/tasks/qat.yaml
index 758106939f..1040e45056 100644
--- a/fdio.infra.ansible/roles/intel/tasks/qat.yaml
+++ b/fdio.infra.ansible/roles/intel/tasks/qat.yaml
@@ -36,11 +36,11 @@
become: true
with_items:
- "wget http://security.ubuntu.com/ubuntu/pool/main/s/systemd/libudev-dev_249.11-0ubuntu3.7_amd64.deb"
- - "dpkg-deb -xv libudev-dev_249.11-0ubuntu3.9_amd64.deb ."
- - "cp ./usr/include/libudev.h /usr/include/libudev.h"
+ - "dpkg -i ./libudev-dev_249.11-0ubuntu3.7_amd64.deb"
- "./configure --enable-icp-sriov=host --enable-icp-sym-only"
- "make"
- "make install"
+ - "apt remove -y libudev-dev"
when:
- intel_driver_extracted
tags: