diff --git a/tasks/input.yml b/tasks/input.yml index eaaec07..c047487 100644 --- a/tasks/input.yml +++ b/tasks/input.yml @@ -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