diff --git a/tasks/set-locale.yml b/tasks/set-locale.yml index 55ff798..1b6044d 100644 --- a/tasks/set-locale.yml +++ b/tasks/set-locale.yml @@ -2,7 +2,7 @@ - name: Ensure the proper locales are present and generated community.general.locale_gen: name: - - "nl_NL.UTF-8" + - "it_IT.UTF-8" - "en_US.UTF-8" - "en_GB.UTF-8" state: present