diff --git a/tasks/boot.yml b/tasks/boot.yml index 12aaf3d..6877dca 100644 --- a/tasks/boot.yml +++ b/tasks/boot.yml @@ -43,3 +43,14 @@ - exfat-utils - hfsprogs - ntfs-3g + +- name: "Install Microcode" + aur: + skip_installed: true + name: "{{ item }}" + become: true + become_user: aur_builder + when: "item not in installed_packages.stdout_lines" + with_items: + - 'amd-ucode' + - 'intel-ucode'