fix(core): QAT initialization
[csit.git] / fdio.infra.ansible / roles / intel / tasks / qat.yaml
index 10dab99..7581069 100644 (file)
     - "make install"
   when:
     - intel_driver_extracted
+  tags:
+    - intel-inst
+
+- name: Load Kernel Modules By Default
+  ansible.builtin.lineinfile:
+    path: "/etc/modules"
+    state: "present"
+    line: "{{ item }}"
+  with_items:
+    - "qat_4xxx"
   tags:
     - intel-inst
\ No newline at end of file