Add meltdown spectre to calibration set
[csit.git] / resources / tools / testbed-setup / ansible / roles / calibration / tasks / main.yaml
index 17be800..34c987b 100644 (file)
@@ -1,12 +1,8 @@
 ---
 # file: roles/calibration/tasks/main.yaml
 
-- name: Ubuntu specific
-  import_tasks: ubuntu.yaml
-  when: ansible_distribution|lower == 'ubuntu'
-
 - name: Run Spectre Meltdown checker
-  raw: 'spectre-meltdown-checker --no-color'
+  raw: 'wget -qO - https://meltdown.ovh | sudo bash -s - --no-color || true'
   register: spectre_meltdown_output
   tags: run-spectre-meltdown-checker