mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 14:41:23 -07:00
Merge branch 'devel' of https://github.com/mathieumd/ansible into mathieumd-devel
This commit is contained in:
commit
0e447e3f41
2 changed files with 3 additions and 3 deletions
|
@ -38,7 +38,7 @@ class ShellModule(object):
|
|||
'''Build command prefix with environment variables.'''
|
||||
env = dict(
|
||||
LANG = C.DEFAULT_MODULE_LANG,
|
||||
LC_CTYPE = C.DEFAULT_MODULE_LANG,
|
||||
LC_ALL = C.DEFAULT_MODULE_LANG,
|
||||
LC_MESSAGES = C.DEFAULT_MODULE_LANG,
|
||||
)
|
||||
env.update(kwargs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue