Add AMD microcode as well
This commit is contained in:
parent
f4bbdb7c86
commit
5764695699
|
@ -302,6 +302,12 @@
|
|||
- intel-microcode
|
||||
when: "'GenuineIntel' in ansible_processor"
|
||||
|
||||
- name: install AMD-specific microcode package
|
||||
apt:
|
||||
name:
|
||||
- amd64-microcode
|
||||
when: "'AuthenticAMD' in ansible_processor"
|
||||
|
||||
- name: install cleanup scripts
|
||||
template:
|
||||
src: "{{ item.src }}"
|
||||
|
|
Loading…
Reference in New Issue