parent
4d8f7d161b
commit
7c08f10900
1 changed files with 3 additions and 0 deletions
|
@ -701,6 +701,9 @@ def main():
|
|||
# supports_check_mode = True,
|
||||
)
|
||||
|
||||
# We screenscrape a huge amount of commands so use C locale anytime we do
|
||||
module.run_command_environ_update = dict(LANG='C', LC_ALL='C', LC_MESSAGES='C', LC_CTYPE='C')
|
||||
|
||||
src = os.path.expanduser(module.params['src'])
|
||||
dest = os.path.expanduser(module.params['dest'])
|
||||
copy = module.params['copy']
|
||||
|
|
Loading…
Reference in a new issue