diff --git a/client/tasks/hardware-tools.yml b/client/tasks/hardware-tools.yml index 159e8c291b2baccea1eae7b2fbc86280c032a844..3f607dea238670a87ca7630c09354bd2efb24a9c 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 bea3db97e2ca9e2accd6fb4522ec41b94f832a63..7ae27785123a2d24d2fbc57433eedee3dbe31519 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