From 0d68d4ac5bfc9ccd360389ccc7ab2b60920d1b22 Mon Sep 17 00:00:00 2001 From: Jannik Beyerstedt Date: Thu, 21 Nov 2019 08:54:07 +0100 Subject: [PATCH] [FIX] usersetup: install locales package first --- tasks/usersetup-Debian.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tasks/usersetup-Debian.yml b/tasks/usersetup-Debian.yml index 78c3978..5d629b5 100644 --- a/tasks/usersetup-Debian.yml +++ b/tasks/usersetup-Debian.yml @@ -15,6 +15,12 @@ when: - common_usersetup.stat.exists == false and usersetup_chsh == true +- name: usersetup - Install locales package + become: yes + apt: + name: locales + state: present + - name: usersetup - Setup locale en_US become: yes locale_gen: