feat(terraform): 2n-c7gn
[csit.git] / fdio.infra.ansible / roles / aws / tasks / main.yaml
index 35ea985..b5132c1 100644 (file)
@@ -33,8 +33,6 @@
   with_items:
     - "igb_uio"
     - "vfio-pci"
-  notify:
-    - "Reboot Server"
   tags:
     - aws-load-kernel-modules
 
@@ -46,8 +44,6 @@
     create: "yes"
   with_items:
     - "options igb_uio wc_activate=1"
-  notify:
-    - "Reboot Server"
   tags:
     - aws-load-kernel-modules
 
     create: "yes"
   with_items:
     - "options vfio enable_unsafe_noiommu_mode=1"
-  notify:
-    - "Reboot Server"
   tags:
     - aws-load-kernel-modules
 
-- meta: flush_handlers
-
 #- name: Get vfio-pci With WC Patcher
 #  ansible.builtin.get_url:
 #    url: "https://github.com/amzn/amzn-drivers/raw/master/userspace/dpdk/enav2-vfio-patch/get-vfio-with-wc.sh"