City-of-Bloomington / ansible-role-linux

Ansible role for common settings across linux servers
GNU General Public License v3.0
0 stars 3 forks source link

Ubuntu 20.04 does not include language packs #15

Closed inghamn closed 4 years ago

inghamn commented 4 years ago

Our web applications usually require locales (en_US) for the i18n to work. Ubuntu 20.04 server no longer installs any locales, by default. (It used to install en_US).

We'll need to add the locale installation to our Ansible scripts.