Install microcode

This commit is contained in:
Jake Howard 2019-10-02 22:09:46 +01:00
parent 538c602368
commit a872e03986
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -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'