ansible: match vpp device config to perf config
[csit.git] / fdio.infra.ansible / roles / vpp_device / tasks / main.yaml
index 0114b05..280b8bf 100644 (file)
     - "Update GRUB"
   tags:
     - set-grub
-
-- name: Configure unsafe noiommu
-  lineinfile:
-    path: "/etc/modprobe.d/vfio-noiommu.conf"
-    state: "present"
-    line: "options vfio enable_unsafe_noiommu_mode=1"
-    create: "yes"
-  tags:
-    - configure-unsafe-noiommu