Sprinkle some LANG/LC_* where command output is parsed (#2019)

This commit is contained in:
Jasper Lievisse Adriaanse 2016-04-13 16:03:26 +02:00 committed by Matt Clay
parent 8913f1a11d
commit 0fb01e45fb
3 changed files with 8 additions and 0 deletions

View file

@ -481,6 +481,9 @@ def main():
),
supports_check_mode=True,
)
module.run_command_environ_update = dict(LANG='C', LC_ALL='C', LC_MESSAGES='C', LC_CTYPE='C')
p = module.params
if p['name']: