mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
/usr/sbin/locale-gen differs between Debian and Ubuntu. With Debian, locales must be added to /etc/locale.gen before calling locale-gen command. With Ubuntu, /etc/locale.gen is updated by /usr/sbin/locale-gen. Use the locale-gen module which handles both distributions.