mirror of
https://github.com/pigmonkey/spark.git
synced 2026-07-18 08:55:46 +00:00
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.
5 lines
106 B
YAML
5 lines
106 B
YAML
---
|
|
- name: Install intel microcode
|
|
pacman: name=intel-ucode state=present
|
|
notify:
|
|
- rebuild grub
|