kvm: s/AMD/Intel/g

hmm, funny mistake is now corrected. We are checking for "Intel" not
"AMD".
master
Devan Carpenter 2 years ago
parent 85f834f297
commit f71559f3c6
Signed by: dvn
GPG Key ID: E1707CFFD7B85A02

@ -73,7 +73,7 @@
when: ansible_system_vendor != "QEMU"
- name: Check if CPU is Intel
shell: grep -c AMD /proc/cpuinfo
shell: grep -c Intel /proc/cpuinfo
register: intel_check
- name: Install grub config to disable CPU mitigations

Loading…
Cancel
Save