Install US locale just incase it's useful
This commit is contained in:
parent
5fcdbbf58c
commit
22c5fa9677
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue