From 9aaa8cc661e68805b29bfca058f55b81c4d39b5f Mon Sep 17 00:00:00 2001
From: Thomas Schneider <thomas@fsmpi.rwth-aachen.de>
Date: Tue, 27 Jun 2017 14:31:32 +0200
Subject: [PATCH] Install microcode

Signed-off-by: Thomas Schneider <thomas@fsmpi.rwth-aachen.de>
---
 common/tasks/software.yml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/common/tasks/software.yml b/common/tasks/software.yml
index a0c6604..1995c87 100644
--- a/common/tasks/software.yml
+++ b/common/tasks/software.yml
@@ -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:
-- 
GitLab