Add debian common role
This commit is contained in:
7
common-debian/templates/etc/default/locale.j2
Normal file
7
common-debian/templates/etc/default/locale.j2
Normal file
@ -0,0 +1,7 @@
|
||||
# Default locale settings
|
||||
# {{ ansible_managed }}
|
||||
|
||||
LANGUAGE={{ locale }}
|
||||
LC_ALL={{ locale }}
|
||||
LANG={{ locale }}
|
||||
LC_TYPE={{ locale }}
|
Reference in New Issue
Block a user