diff --git a/roles/common/files/locale.gen b/roles/common/files/locale.gen new file mode 100644 index 0000000..869dd95 --- /dev/null +++ b/roles/common/files/locale.gen @@ -0,0 +1,2 @@ +de_DE.UTF-8 UTF-8 +en_DK.UTF-8 UTF-8 diff --git a/roles/common/tasks/main.yml b/roles/common/tasks/main.yml index ef1a9ef..687561d 100644 --- a/roles/common/tasks/main.yml +++ b/roles/common/tasks/main.yml @@ -26,3 +26,4 @@ - { from: whois.conf, to: /etc/whois.conf } - { from: resolv.conf, to: /etc/resolv.conf } - { from: logind.conf, to: /etc/systemd/system/logind.conf } + - { from: locale.gen, to: /etc/locale.gen }