This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-simple-desktop
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
ensure microcode is installed
master
Markus Brechtel
5 years ago
parent
7cd46fbf0a
commit
1b696b6980
2 changed files
with
9 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
tasks/main.yaml
+8
-0
tasks/microcode.yaml
+ 1
- 0
tasks/main.yaml
View File
@@ -11,6 +11,7 @@
display_manager_maintenance_icon: system-software-update
- import_tasks: common.yaml
- import_tasks: microcode.yaml
- import_tasks: xfce.yaml
- import_tasks: backgrounds.yaml
+ 8
- 0
tasks/microcode.yaml
View File
@@ -0,0 +1,8 @@
---
- name: microcode
apt:
pkg:
- intel-microcode
- amd64-microcode
state: latest
Write
Preview
Loading…
Cancel
Save