Install microcode
This commit is contained in:
parent
538c602368
commit
a872e03986
1 changed files with 11 additions and 0 deletions
|
@ -43,3 +43,14 @@
|
||||||
- exfat-utils
|
- exfat-utils
|
||||||
- hfsprogs
|
- hfsprogs
|
||||||
- ntfs-3g
|
- 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'
|
||||||
|
|
Loading…
Reference in a new issue