spark/roles/microcode/tasks/main.yml
Pig Monkey 16f55667c5 install microcode updates on intel CPUs
Ansible reports the CPUs on the x260 as being "GenuineIntel". I don't
know if other Intel-based machines (like Macbooks) return some other
value.
2016-04-17 11:24:46 -07:00

5 lines
106 B
YAML

---
- name: Install intel microcode
pacman: name=intel-ucode state=present
notify:
- rebuild grub