fix(ansible): QAT installation
[csit.git] / fdio.infra.ansible / roles / intel / tasks / qat.yaml
index 6854755..10dab99 100644 (file)
@@ -35,6 +35,9 @@
     chdir: "{{ intel_extract_dir }}/QAT20.L.{{ qat }}"
   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"
     - "./configure --enable-icp-sriov=host --enable-icp-sym-only"
     - "make"
     - "make install"