From b49a5c3bdcc48d506bce6cd347f35654b88aedb1 Mon Sep 17 00:00:00 2001
From: Robin Sonnabend <robin@fsmpi.rwth-aachen.de>
Date: Mon, 30 Jan 2017 18:00:37 +0100
Subject: [PATCH] Enable korean fonts on clients

---
 client/tasks/hardware-tools.yml |  1 +
 client/tasks/locale.yml         | 13 ++++++++++++-
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/client/tasks/hardware-tools.yml b/client/tasks/hardware-tools.yml
index 159e8c2..3f607de 100644
--- a/client/tasks/hardware-tools.yml
+++ b/client/tasks/hardware-tools.yml
@@ -6,6 +6,7 @@
   with_items:
     - smartmontools
     - hdparm
+    - lm-sensors
   tags:
     - packages
     - hardware-tools
diff --git a/client/tasks/locale.yml b/client/tasks/locale.yml
index bea3db9..7ae2778 100644
--- a/client/tasks/locale.yml
+++ b/client/tasks/locale.yml
@@ -9,4 +9,15 @@
   tags: 
     - locale
 
-
+- name: ensure korean letters are more than squares
+  apt: name="{{item}}" state=present
+  with_items:
+    - fonts-unfonts-core
+    - fonts-ipafont-gothic
+    - fonts-ipafont-mincho
+    - fonts-arphic-ukai
+    - fonts-arphic-uming
+  tags:
+    - locale
+    - font
+    - packages
-- 
GitLab