Skip to content
Snippets Groups Projects
Commit 9aaa8cc6 authored by Thomas Schneider's avatar Thomas Schneider Committed by Thomas Schneider
Browse files

Install microcode

parent 67fd8b3e
Branches
No related tags found
No related merge requests found
......@@ -31,6 +31,14 @@
- packages
- shell
- name: ensure installation of microcode updates
apt: state=latest name={{ item }}
with_items:
- intel-microcode
- amd64-microcode
tags:
- packages
#- name: ensure facter and co are uninstalled
# apt: name=libruby2.1:i386,ruby2.1,ruby-json,ruby,facter,vim-addon-manager state=absent
# tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment