From 08ffa26eb60af0ea92a9a5f7c24fa68c218652dd Mon Sep 17 00:00:00 2001 From: zimniy Date: Fri, 13 Nov 2020 14:20:40 +0300 Subject: [PATCH 1/2] update-locale --- tasks/ubuntu/localepurge.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tasks/ubuntu/localepurge.yml b/tasks/ubuntu/localepurge.yml index 7cd77e4..f564279 100644 --- a/tasks/ubuntu/localepurge.yml +++ b/tasks/ubuntu/localepurge.yml @@ -55,3 +55,7 @@ update_cache: yes pkg: - localepurge + + +- name: Force locale to {{ locale }} + shell: update-locale --reset LANG={{ locale }} LC_ALL={{ locale }} -- GitLab From 36454be75e3683c104928c60c1dc6b1b4be574db Mon Sep 17 00:00:00 2001 From: zimniy Date: Fri, 13 Nov 2020 14:22:06 +0300 Subject: [PATCH 2/2] format --- tasks/ubuntu/localepurge.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/ubuntu/localepurge.yml b/tasks/ubuntu/localepurge.yml index f564279..3097547 100644 --- a/tasks/ubuntu/localepurge.yml +++ b/tasks/ubuntu/localepurge.yml @@ -56,6 +56,7 @@ pkg: - localepurge +# - name: Force locale to {{ locale }} shell: update-locale --reset LANG={{ locale }} LC_ALL={{ locale }} -- GitLab