From 379b0c2e2f0268021e5705955df052a86e41d4c9 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Sun, 31 Dec 2023 20:57:23 +0100 Subject: [PATCH] added installation of the microcode for amd --- ansible/roles/amd/tasks/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ansible/roles/amd/tasks/main.yml b/ansible/roles/amd/tasks/main.yml index 3315000..1ee126e 100644 --- a/ansible/roles/amd/tasks/main.yml +++ b/ansible/roles/amd/tasks/main.yml @@ -29,3 +29,8 @@ pacman: name: mesa-vdpau state: present +- name: Install AMD microcode + become: true + pacman: + name: amd-ucode + state: present