Install US locale just incase it's useful

This commit is contained in:
Jake Howard 2019-05-27 21:52:28 +01:00
parent 5fcdbbf58c
commit 22c5fa9677
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -43,3 +43,7 @@
- name: Enable GB locale
locale_gen:
name: en_GB.UTF-8
- name: Enable US locale
locale_gen:
name: en_US.UTF-8