added installation of the microcode for intel

This commit is contained in:
aminnairi
2023-12-31 20:57:33 +01:00
parent 379b0c2e2f
commit b20c6ec893
+5
View File
@@ -19,3 +19,8 @@
pacman:
name: vulkan-intel
state: present
- name: Install Intel microcode
become: true
pacman:
name: intel-ucode
state: present